pub struct boolean(/* private fields */);
Expand description
Boolean value.
Implementations§
Trait Implementations§
Source§impl Ord for boolean
impl Ord for boolean
Source§impl PartialOrd for boolean
impl PartialOrd for boolean
impl Copy for boolean
impl Eq for boolean
impl StructuralPartialEq for boolean
Auto Trait Implementations§
impl Freeze for boolean
impl RefUnwindSafe for boolean
impl Send for boolean
impl Sync for boolean
impl Unpin for boolean
impl UnwindSafe for boolean
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