pub struct TarBz2Creator;Expand description
Format creator for bzip2-compressed TAR archives.
Trait Implementations§
Source§impl FormatCreator for TarBz2Creator
impl FormatCreator for TarBz2Creator
Source§fn create(
&self,
output: &Path,
sources: &[&Path],
config: &CreationConfig,
progress: &mut dyn ProgressCallback,
) -> Result<CreationReport>
fn create( &self, output: &Path, sources: &[&Path], config: &CreationConfig, progress: &mut dyn ProgressCallback, ) -> Result<CreationReport>
Source§fn format_name(&self) -> &'static str
fn format_name(&self) -> &'static str
Returns the format name for diagnostics.
Auto Trait Implementations§
impl Freeze for TarBz2Creator
impl RefUnwindSafe for TarBz2Creator
impl Send for TarBz2Creator
impl Sync for TarBz2Creator
impl Unpin for TarBz2Creator
impl UnsafeUnpin for TarBz2Creator
impl UnwindSafe for TarBz2Creator
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