pub struct CatalogInfo {
pub name: String,
pub comment: Option<String>,
pub storage_root: Option<String>,
}Expand description
Catalog 情報(公開 API 返却用)。
Fields§
§name: StringCatalog 名。
comment: Option<String>コメント。
storage_root: Option<String>ストレージルート。
Trait Implementations§
Source§impl Clone for CatalogInfo
impl Clone for CatalogInfo
Source§fn clone(&self) -> CatalogInfo
fn clone(&self) -> CatalogInfo
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 CatalogInfo
impl Debug for CatalogInfo
Source§impl From<PersistedCatalogMeta> for CatalogInfo
impl From<PersistedCatalogMeta> for CatalogInfo
Source§fn from(value: CatalogMeta) -> Self
fn from(value: CatalogMeta) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CatalogInfo
impl PartialEq for CatalogInfo
impl Eq for CatalogInfo
impl StructuralPartialEq for CatalogInfo
Auto Trait Implementations§
impl Freeze for CatalogInfo
impl RefUnwindSafe for CatalogInfo
impl Send for CatalogInfo
impl Sync for CatalogInfo
impl Unpin for CatalogInfo
impl UnwindSafe for CatalogInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.