pub struct Assert<A, B>(/* private fields */);
Expand description
Auto Trait Implementations§
impl<A, B> Freeze for Assert<A, B>
impl<A, B> RefUnwindSafe for Assert<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for Assert<A, B>
impl<A, B> Sync for Assert<A, B>
impl<A, B> Unpin for Assert<A, B>
impl<A, B> UnwindSafe for Assert<A, B>where
A: UnwindSafe,
B: 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