Struct ostree_ext::tar::ExportOptions
source · pub struct ExportOptions;Expand description
Configuration for tar export.
Trait Implementations§
source§impl Debug for ExportOptions
impl Debug for ExportOptions
source§impl Default for ExportOptions
impl Default for ExportOptions
source§fn default() -> ExportOptions
fn default() -> ExportOptions
Returns the “default value” for a type. Read more
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<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