Struct ostree_ext::container::UnencapsulateOptions [−][src]
pub struct UnencapsulateOptions {
pub progress: Option<Sender<UnencapsulationProgress>>,
}Expand description
Configuration for container fetches.
Fields
progress: Option<Sender<UnencapsulationProgress>>Channel which will receive progress updates
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for UnencapsulateOptions
impl Send for UnencapsulateOptions
impl Sync for UnencapsulateOptions
impl Unpin for UnencapsulateOptions
impl !UnwindSafe for UnencapsulateOptions
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