pub struct SnapshotReply {
pub snapshot_id: i64,
pub ptime_now_ms: u64,
pub snapshot: Option<Snapshot>,
}Fields§
§snapshot_id: i64§ptime_now_ms: u64Process-relative milliseconds at the moment the process assembled this snapshot.
snapshot: Option<Snapshot>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotReply
impl RefUnwindSafe for SnapshotReply
impl Send for SnapshotReply
impl Sync for SnapshotReply
impl Unpin for SnapshotReply
impl UnsafeUnpin for SnapshotReply
impl UnwindSafe for SnapshotReply
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