Struct ostree_ext::tar::ExportOptions
source · pub struct ExportOptions {
pub format_version: u32,
}Expand description
Configuration for tar export.
Fields§
§format_version: u32Format version; must be in FORMAT_VERSIONS.
Trait Implementations§
source§impl Debug for ExportOptions
impl Debug for ExportOptions
source§impl Default for ExportOptions
impl Default for ExportOptions
source§impl PartialEq<ExportOptions> for ExportOptions
impl PartialEq<ExportOptions> for ExportOptions
source§fn eq(&self, other: &ExportOptions) -> bool
fn eq(&self, other: &ExportOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ExportOptions
impl StructuralEq for ExportOptions
impl StructuralPartialEq for ExportOptions
Auto Trait Implementations§
impl RefUnwindSafe for ExportOptions
impl Send for ExportOptions
impl Sync for ExportOptions
impl Unpin for ExportOptions
impl UnwindSafe for ExportOptions
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.