pub struct GzipLevel(_);
Available on crate feature
parquet
only.Implementations§
Trait Implementations§
source§impl PartialEq<GzipLevel> for GzipLevel
impl PartialEq<GzipLevel> for GzipLevel
impl Copy for GzipLevel
impl Eq for GzipLevel
impl StructuralEq for GzipLevel
impl StructuralPartialEq for GzipLevel
Auto Trait Implementations§
impl RefUnwindSafe for GzipLevel
impl Send for GzipLevel
impl Sync for GzipLevel
impl Unpin for GzipLevel
impl UnwindSafe for GzipLevel
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.