pub struct EmptyQuery {}Implementations§
Source§impl EmptyQuery
impl EmptyQuery
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyQuery
impl RefUnwindSafe for EmptyQuery
impl Send for EmptyQuery
impl Sync for EmptyQuery
impl Unpin for EmptyQuery
impl UnsafeUnpin for EmptyQuery
impl UnwindSafe for EmptyQuery
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