pub struct CsvExcelCustomizer;Trait Implementations§
Source§impl CsvCustomizer for CsvExcelCustomizer
impl CsvCustomizer for CsvExcelCustomizer
fn customize( &self, buf_writer: &mut BufWriter<File>, writer_builder: &mut WriterBuilder, ) -> Result<(), CsvZipError>
Auto Trait Implementations§
impl Freeze for CsvExcelCustomizer
impl RefUnwindSafe for CsvExcelCustomizer
impl Send for CsvExcelCustomizer
impl Sync for CsvExcelCustomizer
impl Unpin for CsvExcelCustomizer
impl UnsafeUnpin for CsvExcelCustomizer
impl UnwindSafe for CsvExcelCustomizer
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