pub struct Bool32(/* private fields */);
Implementations§
Trait Implementations§
impl Copy for Bool32
impl Eq for Bool32
impl StructuralPartialEq for Bool32
Auto Trait Implementations§
impl Freeze for Bool32
impl RefUnwindSafe for Bool32
impl Send for Bool32
impl Sync for Bool32
impl Unpin for Bool32
impl UnwindSafe for Bool32
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