pub struct Implies<A, C> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<A, C> RefUnwindSafe for Implies<A, C> where
A: RefUnwindSafe,
C: RefUnwindSafe,
impl<A, C> Send for Implies<A, C> where
A: Send,
C: Send,
impl<A, C> Sync for Implies<A, C> where
A: Sync,
C: Sync,
impl<A, C> Unpin for Implies<A, C> where
A: Unpin,
C: Unpin,
impl<A, C> UnwindSafe for Implies<A, C> where
A: UnwindSafe,
C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more