Struct polars_io::parquet::BrotliLevel
source · pub struct BrotliLevel(_);
Available on crate feature
parquet
only.Implementations§
source§impl BrotliLevel
impl BrotliLevel
pub fn try_new(level: u32) -> PolarsResult<Self>
Trait Implementations§
source§impl Clone for BrotliLevel
impl Clone for BrotliLevel
source§fn clone(&self) -> BrotliLevel
fn clone(&self) -> BrotliLevel
Returns a copy 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 BrotliLevel
impl Debug for BrotliLevel
source§impl Hash for BrotliLevel
impl Hash for BrotliLevel
source§impl PartialEq<BrotliLevel> for BrotliLevel
impl PartialEq<BrotliLevel> for BrotliLevel
source§fn eq(&self, other: &BrotliLevel) -> bool
fn eq(&self, other: &BrotliLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BrotliLevel
impl Eq for BrotliLevel
impl StructuralEq for BrotliLevel
impl StructuralPartialEq for BrotliLevel
Auto Trait Implementations§
impl RefUnwindSafe for BrotliLevel
impl Send for BrotliLevel
impl Sync for BrotliLevel
impl Unpin for BrotliLevel
impl UnwindSafe for BrotliLevel
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.