pub struct ZstdFormat;Trait Implementations§
Source§impl CompressionFormat for ZstdFormat
impl CompressionFormat for ZstdFormat
fn compress( input_path: &Path, output_path: &Path, options: &CompressionOptions, filter: &FileFilter, progress: Option<&Progress>, ) -> Result<CompressionStats>
fn extract( archive_path: &Path, output_dir: &Path, options: &ExtractionOptions, progress: Option<&Progress>, ) -> Result<()>
fn list(archive_path: &Path) -> Result<Vec<ArchiveEntry>>
fn extension() -> &'static str
fn test_integrity(archive_path: &Path) -> Result<()>
Auto Trait Implementations§
impl Freeze for ZstdFormat
impl RefUnwindSafe for ZstdFormat
impl Send for ZstdFormat
impl Sync for ZstdFormat
impl Unpin for ZstdFormat
impl UnsafeUnpin for ZstdFormat
impl UnwindSafe for ZstdFormat
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