pub struct BinBool(pub bool);Tuple Fields§
§0: boolTrait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinBool
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinBool
impl Eq for BinBool
impl StructuralPartialEq for BinBool
Auto Trait Implementations§
impl Freeze for BinBool
impl RefUnwindSafe for BinBool
impl Send for BinBool
impl Sync for BinBool
impl Unpin for BinBool
impl UnsafeUnpin for BinBool
impl UnwindSafe for BinBool
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