pub enum ZippyFeatures {
Crc32,
EncryptedRc4,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for ZippyFeatures
impl Clone for ZippyFeatures
Source§fn clone(&self) -> ZippyFeatures
fn clone(&self) -> ZippyFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZippyFeatures
impl Debug for ZippyFeatures
Source§impl From<&ZippyFeatures> for &str
impl From<&ZippyFeatures> for &str
Source§fn from(value: &ZippyFeatures) -> Self
fn from(value: &ZippyFeatures) -> Self
Converts to this type from the input type.
Source§impl From<&str> for ZippyFeatures
impl From<&str> for ZippyFeatures
Source§impl From<ZippyFeatures> for &str
impl From<ZippyFeatures> for &str
Source§fn from(value: ZippyFeatures) -> Self
fn from(value: ZippyFeatures) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ZippyFeatures
impl From<u32> for ZippyFeatures
Source§impl Hash for ZippyFeatures
impl Hash for ZippyFeatures
Source§impl PartialEq for ZippyFeatures
impl PartialEq for ZippyFeatures
impl Copy for ZippyFeatures
impl Eq for ZippyFeatures
impl StructuralPartialEq for ZippyFeatures
Auto Trait Implementations§
impl Freeze for ZippyFeatures
impl RefUnwindSafe for ZippyFeatures
impl Send for ZippyFeatures
impl Sync for ZippyFeatures
impl Unpin for ZippyFeatures
impl UnwindSafe for ZippyFeatures
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