pub(crate) enum CsvDialect {
Csv,
Tsv,
}Variants§
Trait Implementations§
Source§impl Clone for CsvDialect
impl Clone for CsvDialect
Source§fn clone(&self) -> CsvDialect
fn clone(&self) -> CsvDialect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CsvDialect
Source§impl Debug for CsvDialect
impl Debug for CsvDialect
Source§impl PartialEq for CsvDialect
impl PartialEq for CsvDialect
Source§fn eq(&self, other: &CsvDialect) -> bool
fn eq(&self, other: &CsvDialect) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CsvDialect
Source§impl ValueEnum for CsvDialect
impl ValueEnum for CsvDialect
Auto Trait Implementations§
impl Freeze for CsvDialect
impl RefUnwindSafe for CsvDialect
impl Send for CsvDialect
impl Sync for CsvDialect
impl Unpin for CsvDialect
impl UnsafeUnpin for CsvDialect
impl UnwindSafe for CsvDialect
Blanket Implementations§
impl<T> Allocation for T
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