pub struct BinOption {
pub vtype: BinType,
/* private fields */
}Expand description
Optional bin value
Fields§
§vtype: BinTypeType of the value in the option
Implementations§
Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinOption
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinOption
Auto Trait Implementations§
impl !RefUnwindSafe for BinOption
impl !Send for BinOption
impl !Sync for BinOption
impl !UnwindSafe for BinOption
impl Freeze for BinOption
impl Unpin for BinOption
impl UnsafeUnpin for BinOption
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