pub struct ExAssertParamIsEq<T: Eq + PointeeSized>(/* private fields */);Auto Trait Implementations§
impl<T> Freeze for ExAssertParamIsEq<T>where
T: ?Sized,
impl<T> RefUnwindSafe for ExAssertParamIsEq<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for ExAssertParamIsEq<T>
impl<T> Sync for ExAssertParamIsEq<T>
impl<T> Unpin for ExAssertParamIsEq<T>
impl<T> UnwindSafe for ExAssertParamIsEq<T>where
T: UnwindSafe + ?Sized,
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