Struct ostree_ext::container::ExportOpts [−][src]
pub struct ExportOpts {
pub compress: bool,
}Expand description
Options controlling commit export into OCI
Fields
compress: boolIf true, perform gzip compression of the tar layers.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExportOpts
impl Send for ExportOpts
impl Sync for ExportOpts
impl Unpin for ExportOpts
impl UnwindSafe for ExportOpts
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