pub struct Assert<const COND: bool> {}
Trait Implementations§
Auto Trait Implementations§
impl<const COND: bool> Freeze for Assert<COND>
impl<const COND: bool> RefUnwindSafe for Assert<COND>
impl<const COND: bool> Send for Assert<COND>
impl<const COND: bool> Sync for Assert<COND>
impl<const COND: bool> Unpin for Assert<COND>
impl<const COND: bool> UnwindSafe for Assert<COND>
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