pub struct Any<List>(/* private fields */);Expand description
At least one query must be true (disjunction)
Auto Trait Implementations§
impl<List> Freeze for Any<List>
impl<List> RefUnwindSafe for Any<List>where
List: RefUnwindSafe,
impl<List> Send for Any<List>where
List: Send,
impl<List> Sync for Any<List>where
List: Sync,
impl<List> Unpin for Any<List>where
List: Unpin,
impl<List> UnwindSafe for Any<List>where
List: UnwindSafe,
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