pub struct BinMap {
pub ktype: BinType,
pub vtype: BinType,
/* private fields */
}Expand description
Map of values, with separate key and value types
Fields§
§ktype: BinTypeType of map keys
vtype: BinTypeType of map values
Implementations§
Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinMap
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinMap
Auto Trait Implementations§
impl !RefUnwindSafe for BinMap
impl !Send for BinMap
impl !Sync for BinMap
impl !UnwindSafe for BinMap
impl Freeze for BinMap
impl Unpin for BinMap
impl UnsafeUnpin for BinMap
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