pub enum Xz2FileFormat {
Xz,
Lzma,
}
Available on crate feature
lzma
only.Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xz2FileFormat
impl RefUnwindSafe for Xz2FileFormat
impl Send for Xz2FileFormat
impl Sync for Xz2FileFormat
impl Unpin for Xz2FileFormat
impl UnwindSafe for Xz2FileFormat
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