Enum polars_io::csv::CsvEncoding
source · pub enum CsvEncoding {
Utf8,
LossyUtf8,
}
Available on crate features
csv-file
or json
only.Variants§
Trait Implementations§
source§impl Clone for CsvEncoding
impl Clone for CsvEncoding
source§fn clone(&self) -> CsvEncoding
fn clone(&self) -> CsvEncoding
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 CsvEncoding
impl Debug for CsvEncoding
source§impl PartialEq<CsvEncoding> for CsvEncoding
impl PartialEq<CsvEncoding> for CsvEncoding
source§fn eq(&self, other: &CsvEncoding) -> bool
fn eq(&self, other: &CsvEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CsvEncoding
impl Eq for CsvEncoding
impl StructuralEq for CsvEncoding
impl StructuralPartialEq for CsvEncoding
Auto Trait Implementations§
impl RefUnwindSafe for CsvEncoding
impl Send for CsvEncoding
impl Sync for CsvEncoding
impl Unpin for CsvEncoding
impl UnwindSafe for CsvEncoding
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.