pub struct NamespaceMetadata {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§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<'de> Deserialize<'de> for NamespaceMetadata
impl<'de> Deserialize<'de> for NamespaceMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NamespaceMetadata
impl RefUnwindSafe for NamespaceMetadata
impl Send for NamespaceMetadata
impl Sync for NamespaceMetadata
impl Unpin for NamespaceMetadata
impl UnsafeUnpin 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