pub struct PersistedCatalogMeta {
pub name: String,
pub comment: Option<String>,
pub storage_root: Option<String>,
}Fields§
§name: String§comment: Option<String>§storage_root: Option<String>Trait Implementations§
Source§impl Clone for PersistedCatalogMeta
impl Clone for PersistedCatalogMeta
Source§fn clone(&self) -> PersistedCatalogMeta
fn clone(&self) -> PersistedCatalogMeta
Returns a duplicate 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 PersistedCatalogMeta
impl Debug for PersistedCatalogMeta
Source§impl<'de> Deserialize<'de> for PersistedCatalogMeta
impl<'de> Deserialize<'de> for PersistedCatalogMeta
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
Source§impl PartialEq for PersistedCatalogMeta
impl PartialEq for PersistedCatalogMeta
Source§impl Serialize for PersistedCatalogMeta
impl Serialize for PersistedCatalogMeta
impl Eq for PersistedCatalogMeta
impl StructuralPartialEq for PersistedCatalogMeta
Auto Trait Implementations§
impl Freeze for PersistedCatalogMeta
impl RefUnwindSafe for PersistedCatalogMeta
impl Send for PersistedCatalogMeta
impl Sync for PersistedCatalogMeta
impl Unpin for PersistedCatalogMeta
impl UnwindSafe for PersistedCatalogMeta
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