pub struct MetadataTableId(/* private fields */);Expand description
Durable id for one metadata SST table file.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MetadataTableId
impl AsRef<str> for MetadataTableId
Source§impl Borrow<str> for MetadataTableId
impl Borrow<str> for MetadataTableId
Source§impl Clone for MetadataTableId
impl Clone for MetadataTableId
Source§fn clone(&self) -> MetadataTableId
fn clone(&self) -> MetadataTableId
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 MetadataTableId
impl Debug for MetadataTableId
Source§impl<'de> Deserialize<'de> for MetadataTableId
impl<'de> Deserialize<'de> for MetadataTableId
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 Display for MetadataTableId
impl Display for MetadataTableId
impl Eq for MetadataTableId
Source§impl FromStr for MetadataTableId
impl FromStr for MetadataTableId
Source§impl Hash for MetadataTableId
impl Hash for MetadataTableId
Source§impl Ord for MetadataTableId
impl Ord for MetadataTableId
Source§fn cmp(&self, other: &MetadataTableId) -> Ordering
fn cmp(&self, other: &MetadataTableId) -> Ordering
1.21.0 (const: unstable) · 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 MetadataTableId
impl PartialEq for MetadataTableId
Source§impl PartialOrd for MetadataTableId
impl PartialOrd for MetadataTableId
Source§impl Serialize for MetadataTableId
impl Serialize for MetadataTableId
impl StructuralPartialEq for MetadataTableId
Source§impl TryFrom<&str> for MetadataTableId
impl TryFrom<&str> for MetadataTableId
Auto Trait Implementations§
impl Freeze for MetadataTableId
impl RefUnwindSafe for MetadataTableId
impl Send for MetadataTableId
impl Sync for MetadataTableId
impl Unpin for MetadataTableId
impl UnsafeUnpin for MetadataTableId
impl UnwindSafe for MetadataTableId
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