pub struct MappingDb {
mappings: HashMap<Uuid, String>,
}
Fields§
§mappings: HashMap<Uuid, String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappingDb
impl RefUnwindSafe for MappingDb
impl Send for MappingDb
impl Sync for MappingDb
impl Unpin for MappingDb
impl UnwindSafe for MappingDb
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