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§
Source§impl Ord for QString
impl Ord for QString
Source§impl PartialOrd for QString
impl PartialOrd for QString
impl Eq for QString
Auto Trait Implementations§
impl Freeze for QString
impl RefUnwindSafe for QString
impl Send for QString
impl Sync for QString
impl Unpin 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