pub struct BoolConstant<const VALUE: bool>;
Trait Implementations§
impl Truth for BoolConstant<true>
Auto Trait Implementations§
impl<const VALUE: bool> Freeze for BoolConstant<VALUE>
impl<const VALUE: bool> RefUnwindSafe for BoolConstant<VALUE>
impl<const VALUE: bool> Send for BoolConstant<VALUE>
impl<const VALUE: bool> Sync for BoolConstant<VALUE>
impl<const VALUE: bool> Unpin for BoolConstant<VALUE>
impl<const VALUE: bool> UnwindSafe for BoolConstant<VALUE>
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