pub enum ExportFormat {
Csv,
Json,
Excel,
}Expand description
Output formats for exports.
Variants§
Trait Implementations§
Source§impl Clone for ExportFormat
impl Clone for ExportFormat
impl Copy for ExportFormat
Source§impl Debug for ExportFormat
impl Debug for ExportFormat
Source§impl ValueEnum for ExportFormat
impl ValueEnum for ExportFormat
Auto Trait Implementations§
impl Freeze for ExportFormat
impl RefUnwindSafe for ExportFormat
impl Send for ExportFormat
impl Sync for ExportFormat
impl Unpin for ExportFormat
impl UnsafeUnpin for ExportFormat
impl UnwindSafe for ExportFormat
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