Struct ostree_ext::container::ImportProgress [−][src]
pub struct ImportProgress {
pub processed_bytes: u64,
}Expand description
The result of an import operation
Fields
processed_bytes: u64Number of bytes downloaded (approximate)
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImportProgress
impl Send for ImportProgress
impl Sync for ImportProgress
impl Unpin for ImportProgress
impl UnwindSafe for ImportProgress
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more