Struct const_units::assertion::Bool
source · pub struct Bool<const COND: bool>();Expand description
Represents a constant boolean value, implements True if COND is true
Trait Implementations§
Auto Trait Implementations§
impl<const COND: bool> RefUnwindSafe for Bool<COND>
impl<const COND: bool> Send for Bool<COND>
impl<const COND: bool> Sync for Bool<COND>
impl<const COND: bool> Unpin for Bool<COND>
impl<const COND: bool> UnwindSafe for Bool<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