pub struct QueryStr(/* private fields */);Expand description
A reference to a string stored in a query
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryStr
impl RefUnwindSafe for QueryStr
impl Send for QueryStr
impl Sync for QueryStr
impl Unpin for QueryStr
impl UnsafeUnpin for QueryStr
impl UnwindSafe for QueryStr
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