pub struct BinNone();Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinNone
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinNone
Auto Trait Implementations§
impl Freeze for BinNone
impl RefUnwindSafe for BinNone
impl Send for BinNone
impl Sync for BinNone
impl Unpin for BinNone
impl UnsafeUnpin for BinNone
impl UnwindSafe for BinNone
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