Struct fs_extra::file::TransitProcess  
source · [−]Expand description
A structure which include information about the current status of the copy or move file.
Fields
copied_bytes: u64Copied bytes on this time.
total_bytes: u64All the bytes which should to copy or move.
Auto Trait Implementations
impl RefUnwindSafe for TransitProcess
impl Send for TransitProcess
impl Sync for TransitProcess
impl Unpin for TransitProcess
impl UnwindSafe for TransitProcess
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more