Enum rc_zip::parse::MethodSpecific
source · pub enum MethodSpecific {
None,
Lzma(LzmaProperties),
}Expand description
Method-specific properties following the local file header
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MethodSpecific
impl Send for MethodSpecific
impl Sync for MethodSpecific
impl Unpin for MethodSpecific
impl UnwindSafe for MethodSpecific
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