pub enum UnsupportedFeature {
Algorithm(Algorithm),
Version(Version),
Encryption,
}Expand description
Archive features that are known to exist but are not implemented yet
Variants§
Trait Implementations§
Source§impl Debug for UnsupportedFeature
impl Debug for UnsupportedFeature
Source§impl Display for UnsupportedFeature
impl Display for UnsupportedFeature
Source§impl From<Algorithm> for UnsupportedFeature
impl From<Algorithm> for UnsupportedFeature
Auto Trait Implementations§
impl Freeze for UnsupportedFeature
impl RefUnwindSafe for UnsupportedFeature
impl Send for UnsupportedFeature
impl Sync for UnsupportedFeature
impl Unpin for UnsupportedFeature
impl UnwindSafe for UnsupportedFeature
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