pub struct Implies<A, C> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, C> Freeze for Implies<A, C>
impl<A, C> RefUnwindSafe for Implies<A, C>where
A: RefUnwindSafe,
C: RefUnwindSafe,
impl<A, C> Send for Implies<A, C>
impl<A, C> Sync for Implies<A, C>
impl<A, C> Unpin for Implies<A, C>
impl<A, C> UnwindSafe for Implies<A, C>where
A: UnwindSafe,
C: 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