pub struct BulkProgress {
pub done: u32,
pub total: u32,
pub bytes: u64,
}Fields§
§done: u32§total: u32§bytes: u64Trait Implementations§
Source§impl Clone for BulkProgress
impl Clone for BulkProgress
Source§fn clone(&self) -> BulkProgress
fn clone(&self) -> BulkProgress
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 Debug for BulkProgress
impl Debug for BulkProgress
Auto Trait Implementations§
impl Freeze for BulkProgress
impl RefUnwindSafe for BulkProgress
impl Send for BulkProgress
impl Sync for BulkProgress
impl Unpin for BulkProgress
impl UnsafeUnpin for BulkProgress
impl UnwindSafe for BulkProgress
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