pub struct NamespaceMetadata {
pub crate_name: String,
pub name: String,
}
Fields§
§crate_name: String
§name: String
Trait Implementations§
Source§impl Clone for NamespaceMetadata
impl Clone for NamespaceMetadata
Source§fn clone(&self) -> NamespaceMetadata
fn clone(&self) -> NamespaceMetadata
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NamespaceMetadata
impl Debug for NamespaceMetadata
Source§impl Default for NamespaceMetadata
impl Default for NamespaceMetadata
Source§fn default() -> NamespaceMetadata
fn default() -> NamespaceMetadata
Returns the “default value” for a type. Read more
Source§impl From<NamespaceMetadata> for Metadata
impl From<NamespaceMetadata> for Metadata
Source§fn from(value: NamespaceMetadata) -> Metadata
fn from(value: NamespaceMetadata) -> Metadata
Converts to this type from the input type.
Source§impl Ord for NamespaceMetadata
impl Ord for NamespaceMetadata
Source§fn cmp(&self, other: &NamespaceMetadata) -> Ordering
fn cmp(&self, other: &NamespaceMetadata) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NamespaceMetadata
impl PartialEq for NamespaceMetadata
Source§impl PartialOrd for NamespaceMetadata
impl PartialOrd for NamespaceMetadata
impl Eq for NamespaceMetadata
impl StructuralPartialEq for NamespaceMetadata
Auto Trait Implementations§
impl Freeze for NamespaceMetadata
impl RefUnwindSafe for NamespaceMetadata
impl Send for NamespaceMetadata
impl Sync for NamespaceMetadata
impl Unpin for NamespaceMetadata
impl UnwindSafe for NamespaceMetadata
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