pub struct EnableIf<const COND: bool, T>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<const COND: bool, T> Freeze for EnableIf<COND, T>
impl<const COND: bool, T> RefUnwindSafe for EnableIf<COND, T>where
T: RefUnwindSafe,
impl<const COND: bool, T> Send for EnableIf<COND, T>where
T: Send,
impl<const COND: bool, T> Sync for EnableIf<COND, T>where
T: Sync,
impl<const COND: bool, T> Unpin for EnableIf<COND, T>where
T: Unpin,
impl<const COND: bool, T> UnwindSafe for EnableIf<COND, T>where
T: 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