pub struct BinaryCollation;Expand description
BINARY collation: raw memcmp byte comparison.
This is SQLite’s default collation. Comparison is byte-by-byte with no locale or case folding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryCollation
impl RefUnwindSafe for BinaryCollation
impl Send for BinaryCollation
impl Sync for BinaryCollation
impl Unpin for BinaryCollation
impl UnsafeUnpin for BinaryCollation
impl UnwindSafe for BinaryCollation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more