pub struct MetadataSegmentId(/* private fields */);Expand description
Durable id for one metadata segment.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MetadataSegmentId
impl AsRef<str> for MetadataSegmentId
Source§impl Borrow<str> for MetadataSegmentId
impl Borrow<str> for MetadataSegmentId
Source§impl Clone for MetadataSegmentId
impl Clone for MetadataSegmentId
Source§impl Debug for MetadataSegmentId
impl Debug for MetadataSegmentId
Source§impl<'de> Deserialize<'de> for MetadataSegmentId
impl<'de> Deserialize<'de> for MetadataSegmentId
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 MetadataSegmentId
impl Display for MetadataSegmentId
impl Eq for MetadataSegmentId
Source§impl FromStr for MetadataSegmentId
impl FromStr for MetadataSegmentId
Source§impl Hash for MetadataSegmentId
impl Hash for MetadataSegmentId
Source§impl Ord for MetadataSegmentId
impl Ord for MetadataSegmentId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MetadataSegmentId
impl PartialEq for MetadataSegmentId
Source§impl PartialOrd for MetadataSegmentId
impl PartialOrd for MetadataSegmentId
Source§impl Serialize for MetadataSegmentId
impl Serialize for MetadataSegmentId
impl StructuralPartialEq for MetadataSegmentId
Source§impl TryFrom<&str> for MetadataSegmentId
impl TryFrom<&str> for MetadataSegmentId
Auto Trait Implementations§
impl Freeze for MetadataSegmentId
impl RefUnwindSafe for MetadataSegmentId
impl Send for MetadataSegmentId
impl Sync for MetadataSegmentId
impl Unpin for MetadataSegmentId
impl UnsafeUnpin for MetadataSegmentId
impl UnwindSafe for MetadataSegmentId
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