pub struct ZstdLevel(_);
Available on crate feature
parquet
only.Expand description
Represents a valid zstd compression level.
Implementations§
Trait Implementations§
source§impl PartialEq<ZstdLevel> for ZstdLevel
impl PartialEq<ZstdLevel> for ZstdLevel
impl Copy for ZstdLevel
impl Eq for ZstdLevel
impl StructuralEq for ZstdLevel
impl StructuralPartialEq for ZstdLevel
Auto Trait Implementations§
impl RefUnwindSafe for ZstdLevel
impl Send for ZstdLevel
impl Sync for ZstdLevel
impl Unpin for ZstdLevel
impl UnwindSafe for ZstdLevel
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.