Struct fs_extra::TransitProcess [] [src]

pub struct TransitProcess {
    pub copied_bytes: u64,
    pub total_bytes: u64,
    pub file_bytes_copied: u64,
    pub file_total_bytes: u64,
    pub file_name: String,
    pub dir_name: String,
    pub state: TransitState,
}

A structure which include information about the current status of the copy or move directory.

Fields

Copied bytes on this time for folder

All the bytes which should to copy or move (dir size).

Copied bytes on this time for file.

Size current copied file.

Name current copied file.

Name current copied folder.

Transit state

Trait Implementations

impl Clone for TransitProcess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more