pub struct CsvWriterOption { /* private fields */ }Implementations§
Source§impl CsvWriterOption
impl CsvWriterOption
pub fn get_csv_encode_value(&self) -> &CsvEncodeValues
pub fn set_csv_encode_value(&mut self, value: CsvEncodeValues) -> &mut Self
pub fn get_wrap_with_char(&self) -> &str
pub fn set_wrap_with_char<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_do_trim(&self) -> &bool
pub fn set_do_trim(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for CsvWriterOption
impl Clone for CsvWriterOption
Source§fn clone(&self) -> CsvWriterOption
fn clone(&self) -> CsvWriterOption
Returns a duplicate 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 CsvWriterOption
impl Debug for CsvWriterOption
Source§impl Default for CsvWriterOption
impl Default for CsvWriterOption
Source§fn default() -> CsvWriterOption
fn default() -> CsvWriterOption
Returns the “default value” for a type. Read more
Source§impl Ord for CsvWriterOption
impl Ord for CsvWriterOption
Source§fn cmp(&self, other: &CsvWriterOption) -> Ordering
fn cmp(&self, other: &CsvWriterOption) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CsvWriterOption
impl PartialEq for CsvWriterOption
Source§impl PartialOrd for CsvWriterOption
impl PartialOrd for CsvWriterOption
impl Eq for CsvWriterOption
impl StructuralPartialEq for CsvWriterOption
Auto Trait Implementations§
impl Freeze for CsvWriterOption
impl RefUnwindSafe for CsvWriterOption
impl Send for CsvWriterOption
impl Sync for CsvWriterOption
impl Unpin for CsvWriterOption
impl UnwindSafe for CsvWriterOption
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.