pub struct MapInfos {
pub data: HashMap<usize, MapInfo>,
pub modified: bool,
}Fields§
§data: HashMap<usize, MapInfo>§modified: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MapInfos
impl RefUnwindSafe for MapInfos
impl Send for MapInfos
impl Sync for MapInfos
impl Unpin for MapInfos
impl UnwindSafe for MapInfos
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