pub struct MetaRegionModel {
pub slots: Map<usize, MetaSlotModel>,
}Fields§
§slots: Map<usize, MetaSlotModel>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaRegionModel
impl !RefUnwindSafe for MetaRegionModel
impl Send for MetaRegionModel
impl Sync for MetaRegionModel
impl Unpin for MetaRegionModel
impl UnwindSafe for MetaRegionModel
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