pub struct CSVBuilder { /* private fields */ }Expand description
Generic CSV serialization builder Use the CSVBuilder fluent API to construct and export CSV data
Implementations§
Source§impl CSVBuilder
impl CSVBuilder
Auto Trait Implementations§
impl Freeze for CSVBuilder
impl RefUnwindSafe for CSVBuilder
impl Send for CSVBuilder
impl Sync for CSVBuilder
impl Unpin for CSVBuilder
impl UnwindSafe for CSVBuilder
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