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
sourceimpl Debug for ExportOptions
impl Debug for ExportOptions
sourceimpl Default for ExportOptions
impl Default for ExportOptions
sourceimpl PartialEq<ExportOptions> for ExportOptions
impl PartialEq<ExportOptions> for ExportOptions
sourcefn eq(&self, other: &ExportOptions) -> bool
fn eq(&self, other: &ExportOptions) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.