pub enum MultiFDCompression {
none,
zlib,
zstd,
qpl,
uadk,
}
Variants§
Trait Implementations§
Source§impl Clone for MultiFDCompression
impl Clone for MultiFDCompression
Source§fn clone(&self) -> MultiFDCompression
fn clone(&self) -> MultiFDCompression
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 MultiFDCompression
impl Debug for MultiFDCompression
Source§impl<'de> Deserialize<'de> for MultiFDCompression
impl<'de> Deserialize<'de> for MultiFDCompression
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for MultiFDCompression
impl Enum for MultiFDCompression
Source§impl FromStr for MultiFDCompression
impl FromStr for MultiFDCompression
Source§impl Hash for MultiFDCompression
impl Hash for MultiFDCompression
Source§impl Ord for MultiFDCompression
impl Ord for MultiFDCompression
Source§fn cmp(&self, other: &MultiFDCompression) -> Ordering
fn cmp(&self, other: &MultiFDCompression) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MultiFDCompression
impl PartialEq for MultiFDCompression
Source§impl PartialOrd for MultiFDCompression
impl PartialOrd for MultiFDCompression
Source§impl Serialize for MultiFDCompression
impl Serialize for MultiFDCompression
impl Copy for MultiFDCompression
impl Eq for MultiFDCompression
impl StructuralPartialEq for MultiFDCompression
Auto Trait Implementations§
impl Freeze for MultiFDCompression
impl RefUnwindSafe for MultiFDCompression
impl Send for MultiFDCompression
impl Sync for MultiFDCompression
impl Unpin for MultiFDCompression
impl UnwindSafe for MultiFDCompression
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