pub struct StoreCatalogDescription { /* private fields */ }Expand description
StoreCatalogDescription
One runtime-registered store entry for SHOW STORES.
StoreCatalogDescription
Runtime catalog entry for one registered store.
Implementations§
Trait Implementations§
Source§impl CandidType for StoreCatalogDescription
impl CandidType for StoreCatalogDescription
Source§impl Clone for StoreCatalogDescription
impl Clone for StoreCatalogDescription
Source§fn clone(&self) -> StoreCatalogDescription
fn clone(&self) -> StoreCatalogDescription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoreCatalogDescription
impl Debug for StoreCatalogDescription
Source§impl<'de> Deserialize<'de> for StoreCatalogDescription
impl<'de> Deserialize<'de> for StoreCatalogDescription
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
impl Eq for StoreCatalogDescription
Source§impl PartialEq for StoreCatalogDescription
impl PartialEq for StoreCatalogDescription
Source§fn eq(&self, other: &StoreCatalogDescription) -> bool
fn eq(&self, other: &StoreCatalogDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreCatalogDescription
Auto Trait Implementations§
impl Freeze for StoreCatalogDescription
impl RefUnwindSafe for StoreCatalogDescription
impl Send for StoreCatalogDescription
impl Sync for StoreCatalogDescription
impl Unpin for StoreCatalogDescription
impl UnsafeUnpin for StoreCatalogDescription
impl UnwindSafe for StoreCatalogDescription
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