pub struct CheckpointId(/* private fields */);Expand description
Durable checkpoint identifier.
A checkpoint is a durable bookmark to a namespace manifest version.
Implementations§
Source§impl CheckpointId
impl CheckpointId
Source§impl CheckpointId
impl CheckpointId
Trait Implementations§
Source§impl AsRef<str> for CheckpointId
impl AsRef<str> for CheckpointId
Source§impl Borrow<str> for CheckpointId
impl Borrow<str> for CheckpointId
Source§impl Clone for CheckpointId
impl Clone for CheckpointId
Source§fn clone(&self) -> CheckpointId
fn clone(&self) -> CheckpointId
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 CheckpointId
impl Debug for CheckpointId
Source§impl<'de> Deserialize<'de> for CheckpointId
impl<'de> Deserialize<'de> for CheckpointId
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 CheckpointId
impl Display for CheckpointId
impl Eq for CheckpointId
Source§impl FromStr for CheckpointId
impl FromStr for CheckpointId
Source§impl Hash for CheckpointId
impl Hash for CheckpointId
Source§impl Ord for CheckpointId
impl Ord for CheckpointId
Source§fn cmp(&self, other: &CheckpointId) -> Ordering
fn cmp(&self, other: &CheckpointId) -> 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 CheckpointId
impl PartialEq for CheckpointId
Source§impl PartialOrd for CheckpointId
impl PartialOrd for CheckpointId
Source§impl Serialize for CheckpointId
impl Serialize for CheckpointId
impl StructuralPartialEq for CheckpointId
Source§impl TryFrom<&str> for CheckpointId
impl TryFrom<&str> for CheckpointId
Auto Trait Implementations§
impl Freeze for CheckpointId
impl RefUnwindSafe for CheckpointId
impl Send for CheckpointId
impl Sync for CheckpointId
impl Unpin for CheckpointId
impl UnsafeUnpin for CheckpointId
impl UnwindSafe for CheckpointId
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