Skip to main content

Collation

Trait Collation 

Source
pub trait Collation:
    QueryId
    + Clone
    + Send
    + Sync
    + 'static { }
Expand description

Trait to identify a valid collation.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Collation for Binary

Available on crate feature __sqlite-shared only.
Source§

impl Collation for C

Available on crate feature postgres_backend only.
Source§

impl Collation for Custom

Source§

impl Collation for NoCase

Available on crate feature __sqlite-shared only.
Source§

impl Collation for Posix

Available on crate feature postgres_backend only.
Source§

impl Collation for RTrim

Available on crate feature __sqlite-shared only.