pub struct CheckpointContext {
pub checkpoint_id: u64,
pub timestamp_ms: u64,
}Fields§
§checkpoint_id: u64§timestamp_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for CheckpointContext
impl Clone for CheckpointContext
Source§fn clone(&self) -> CheckpointContext
fn clone(&self) -> CheckpointContext
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 moreimpl Copy for CheckpointContext
Source§impl Debug for CheckpointContext
impl Debug for CheckpointContext
impl Eq for CheckpointContext
Source§impl PartialEq for CheckpointContext
impl PartialEq for CheckpointContext
impl StructuralPartialEq for CheckpointContext
Auto Trait Implementations§
impl Freeze for CheckpointContext
impl RefUnwindSafe for CheckpointContext
impl Send for CheckpointContext
impl Sync for CheckpointContext
impl Unpin for CheckpointContext
impl UnsafeUnpin for CheckpointContext
impl UnwindSafe for CheckpointContext
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