pub enum ArcFormat {
Zip,
Tar,
Sevenz,
}Expand description
Enum representing supported archive formats
Variants§
Trait Implementations§
impl Copy for ArcFormat
impl StructuralPartialEq for ArcFormat
Auto Trait Implementations§
impl Freeze for ArcFormat
impl RefUnwindSafe for ArcFormat
impl Send for ArcFormat
impl Sync for ArcFormat
impl Unpin for ArcFormat
impl UnwindSafe for ArcFormat
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