pub struct QueryChars(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryChars
impl RefUnwindSafe for QueryChars
impl Send for QueryChars
impl Sync for QueryChars
impl Unpin for QueryChars
impl UnwindSafe for QueryChars
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