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