Struct ostree_ext::tar::WriteTarOptions [−][src]
Expand description
Configuration for tar layer commits.
Fields
base: Option<String>Base ostree commit hash
selinux: boolEnable SELinux labeling from the base commit
Requires the base option.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WriteTarOptions
impl Send for WriteTarOptions
impl Sync for WriteTarOptions
impl Unpin for WriteTarOptions
impl UnwindSafe for WriteTarOptions
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
