pub struct WithPredicate<T> { /* private fields */ }Implementations§
Source§impl<T: Default> WithPredicate<T>
impl<T: Default> WithPredicate<T>
pub fn with_predicate() -> Self
Source§impl<T> WithPredicate<T>
impl<T> WithPredicate<T>
pub fn with_predicate_t(type: T) -> Self
Source§impl<T> WithPredicate<T>
impl<T> WithPredicate<T>
pub fn with_predicate_t_predicate_vec(type: T, predicates: PredicateVec) -> Self
Trait Implementations§
Source§impl<T: Clone> Clone for WithPredicate<T>
impl<T: Clone> Clone for WithPredicate<T>
Source§fn clone(&self) -> WithPredicate<T>
fn clone(&self) -> WithPredicate<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<T> !Send for WithPredicate<T>
impl<T> !Sync for WithPredicate<T>
impl<T> Freeze for WithPredicate<T>where
T: Freeze,
impl<T> RefUnwindSafe for WithPredicate<T>where
T: RefUnwindSafe,
impl<T> Unpin for WithPredicate<T>where
T: Unpin,
impl<T> UnsafeUnpin for WithPredicate<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for WithPredicate<T>where
T: 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