pub struct SimpleCsvWriterOptions {
pub delimiter: char,
pub text_enclosure: char,
pub newline_type: NewlineType,
}Fields§
§delimiter: char§text_enclosure: char§newline_type: NewlineTypeTrait Implementations§
Source§impl Default for SimpleCsvWriterOptions
impl Default for SimpleCsvWriterOptions
Source§fn default() -> SimpleCsvWriterOptions
fn default() -> SimpleCsvWriterOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleCsvWriterOptions
impl RefUnwindSafe for SimpleCsvWriterOptions
impl Send for SimpleCsvWriterOptions
impl Sync for SimpleCsvWriterOptions
impl Unpin for SimpleCsvWriterOptions
impl UnwindSafe for SimpleCsvWriterOptions
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