pub struct QueryPredicate<'query> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for QueryPredicate<'_>
impl Debug for QueryPredicate<'_>
Source§impl<'query> From<&'query QueryPredicate> for QueryPredicate<'query>
impl<'query> From<&'query QueryPredicate> for QueryPredicate<'query>
Source§fn from(inner: &'query QueryPredicate) -> Self
fn from(inner: &'query QueryPredicate) -> Self
Converts to this type from the input type.
impl RefUnwindSafe for QueryPredicate<'_>
impl Unpin for QueryPredicate<'_>
impl UnwindSafe for QueryPredicate<'_>
Auto Trait Implementations§
impl<'query> Freeze for QueryPredicate<'query>
impl<'query> Send for QueryPredicate<'query>
impl<'query> Sync for QueryPredicate<'query>
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