pub struct MetadataGroup {
pub namespace: NamespaceMetadata,
pub items: BTreeSet<Metadata>,
}
Fields§
§namespace: NamespaceMetadata
§items: BTreeSet<Metadata>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetadataGroup
impl RefUnwindSafe for MetadataGroup
impl Send for MetadataGroup
impl Sync for MetadataGroup
impl Unpin for MetadataGroup
impl UnwindSafe for MetadataGroup
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