pub struct CheckpointId(/* private fields */);Expand description
Unique identifier for a checkpoint
Implementations§
Trait Implementations§
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 · 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 Hash for CheckpointId
impl Hash for CheckpointId
Source§impl PartialEq for CheckpointId
impl PartialEq for CheckpointId
impl Copy for CheckpointId
impl Eq for CheckpointId
impl StructuralPartialEq 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 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