Struct ostree_ext::tar::WriteTarOptions
source · pub struct WriteTarOptions {
pub base: Option<String>,
pub selinux: bool,
}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§
source§impl Debug for WriteTarOptions
impl Debug for WriteTarOptions
source§impl Default for WriteTarOptions
impl Default for WriteTarOptions
source§fn default() -> WriteTarOptions
fn default() -> WriteTarOptions
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more