pub struct ZipCreator;Expand description
Format creator for ZIP archives.
Trait Implementations§
Source§impl FormatCreator for ZipCreator
impl FormatCreator for ZipCreator
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 ZipCreator
impl RefUnwindSafe for ZipCreator
impl Send for ZipCreator
impl Sync for ZipCreator
impl Unpin for ZipCreator
impl UnsafeUnpin for ZipCreator
impl UnwindSafe for ZipCreator
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