pub struct MetaDb {
pub global_attribute_names: HashSet<KString>,
pub elementmeta: HashMap<KString, ElementMeta>,
}Fields§
§global_attribute_names: HashSet<KString>§elementmeta: HashMap<KString, ElementMeta>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaDb
impl RefUnwindSafe for MetaDb
impl Send for MetaDb
impl Sync for MetaDb
impl Unpin for MetaDb
impl UnwindSafe for MetaDb
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