Struct ostree_ext::container::UnencapsulationProgress [−][src]
pub struct UnencapsulationProgress {
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 UnencapsulationProgress
impl Send for UnencapsulationProgress
impl Sync for UnencapsulationProgress
impl Unpin for UnencapsulationProgress
impl UnwindSafe for UnencapsulationProgress
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
