Struct xio_webapi::Progress[][src]

pub struct Progress {
    pub current: u64,
    pub overall: u64,
}

Progress of a process.

Fields

The current amount of progress (e.g. the percentage).

The overall amount of progress to be made (e.g. 100 for percent).

Trait Implementations

impl Clone for Progress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Progress
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Progress
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Progress
[src]

Auto Trait Implementations

impl Send for Progress

impl Sync for Progress