pub struct MapList {
pub size: U32BasedSize,
pub items: Vec<MapItem>,
}
Fields§
§size: U32BasedSize
§items: Vec<MapItem>
Trait Implementations§
impl Eq for MapList
impl StructuralPartialEq for MapList
Auto Trait Implementations§
impl Freeze for MapList
impl RefUnwindSafe for MapList
impl Send for MapList
impl Sync for MapList
impl Unpin for MapList
impl UnwindSafe for MapList
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