pub struct SegmentProgress {
pub effects_executed: u64,
pub journaled_bytes_estimate: Option<u64>,
}Fields§
§effects_executed: u64§journaled_bytes_estimate: Option<u64>Trait Implementations§
Source§impl Clone for SegmentProgress
impl Clone for SegmentProgress
Source§fn clone(&self) -> SegmentProgress
fn clone(&self) -> SegmentProgress
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 SegmentProgress
Source§impl Debug for SegmentProgress
impl Debug for SegmentProgress
Source§impl Default for SegmentProgress
impl Default for SegmentProgress
Source§fn default() -> SegmentProgress
fn default() -> SegmentProgress
Returns the “default value” for a type. Read more
impl Eq for SegmentProgress
Source§impl PartialEq for SegmentProgress
impl PartialEq for SegmentProgress
impl StructuralPartialEq for SegmentProgress
Auto Trait Implementations§
impl Freeze for SegmentProgress
impl RefUnwindSafe for SegmentProgress
impl Send for SegmentProgress
impl Sync for SegmentProgress
impl Unpin for SegmentProgress
impl UnsafeUnpin for SegmentProgress
impl UnwindSafe for SegmentProgress
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.