pub struct ProgressObjects {
pub total: usize,
pub received: usize,
pub indexed: usize,
}Fields§
§total: usize§received: usize§indexed: usizeImplementations§
Trait Implementations§
Source§impl Add for ProgressObjects
impl Add for ProgressObjects
Source§impl Clone for ProgressObjects
impl Clone for ProgressObjects
Source§fn clone(&self) -> ProgressObjects
fn clone(&self) -> ProgressObjects
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 moreSource§impl Default for ProgressObjects
impl Default for ProgressObjects
Source§impl From<Progress<'_>> for ProgressObjects
impl From<Progress<'_>> for ProgressObjects
impl Copy for ProgressObjects
Auto Trait Implementations§
impl Freeze for ProgressObjects
impl RefUnwindSafe for ProgressObjects
impl Send for ProgressObjects
impl Sync for ProgressObjects
impl Unpin for ProgressObjects
impl UnsafeUnpin for ProgressObjects
impl UnwindSafe for ProgressObjects
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