pub struct MysqlString(/* private fields */);Expand description
Opaque MySQL String (a full-text query string, among other uses)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MysqlString
impl RefUnwindSafe for MysqlString
impl Send for MysqlString
impl Sync for MysqlString
impl Unpin for MysqlString
impl UnsafeUnpin for MysqlString
impl UnwindSafe for MysqlString
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