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