pub struct QString { /* private fields */ }Expand description
String based type used by Queryables to represent a plain string, and
a set of flags to indicate how to use it in case and/or accent insensitive
contexts.
Implementations§
Trait Implementations§
impl Eq for QString
Source§impl Ord for QString
impl Ord for QString
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for QString
impl RefUnwindSafe for QString
impl Send for QString
impl Sync for QString
impl Unpin for QString
impl UnsafeUnpin for QString
impl UnwindSafe for QString
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