pub struct Condition<H> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<H> TestCondition<H> for Condition<H>where
H: 'static,
impl<H> TestCondition<H> for Condition<H>where
H: 'static,
Auto Trait Implementations§
impl<H> Freeze for Condition<H>
impl<H> !RefUnwindSafe for Condition<H>
impl<H> !Send for Condition<H>
impl<H> !Sync for Condition<H>
impl<H> Unpin for Condition<H>
impl<H> !UnwindSafe for Condition<H>
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