pub enum ImportFormat {
Json,
Csv,
Xml,
}Expand description
--from source format.
Variants§
Trait Implementations§
Source§impl Clone for ImportFormat
impl Clone for ImportFormat
Source§fn clone(&self) -> ImportFormat
fn clone(&self) -> ImportFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImportFormat
impl Debug for ImportFormat
Source§impl Default for ImportFormat
impl Default for ImportFormat
Source§fn default() -> ImportFormat
fn default() -> ImportFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImportFormat
impl PartialEq for ImportFormat
Source§fn eq(&self, other: &ImportFormat) -> bool
fn eq(&self, other: &ImportFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImportFormat
impl Eq for ImportFormat
impl StructuralPartialEq for ImportFormat
Auto Trait Implementations§
impl Freeze for ImportFormat
impl RefUnwindSafe for ImportFormat
impl Send for ImportFormat
impl Sync for ImportFormat
impl Unpin for ImportFormat
impl UnsafeUnpin for ImportFormat
impl UnwindSafe for ImportFormat
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