pub struct CsvOutput;Expand description
CSV output formatter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsvOutput
impl RefUnwindSafe for CsvOutput
impl Send for CsvOutput
impl Sync for CsvOutput
impl Unpin for CsvOutput
impl UnwindSafe for CsvOutput
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