pub struct CheckpointSyncMetrics {
pub duration: Duration,
pub speed: u64,
pub bytes: u64,
}Fields§
§duration: Duration§speed: u64§bytes: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckpointSyncMetrics
impl RefUnwindSafe for CheckpointSyncMetrics
impl Send for CheckpointSyncMetrics
impl Sync for CheckpointSyncMetrics
impl Unpin for CheckpointSyncMetrics
impl UnwindSafe for CheckpointSyncMetrics
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