pub enum HistoryFileType {
Csv,
Kml,
}Expand description
History file formats supported by history export endpoint.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HistoryFileType
impl Clone for HistoryFileType
Source§fn clone(&self) -> HistoryFileType
fn clone(&self) -> HistoryFileType
Returns a duplicate of the value. Read more
1.0.0 · 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 HistoryFileType
impl Debug for HistoryFileType
Source§impl PartialEq for HistoryFileType
impl PartialEq for HistoryFileType
impl Copy for HistoryFileType
impl Eq for HistoryFileType
impl StructuralPartialEq for HistoryFileType
Auto Trait Implementations§
impl Freeze for HistoryFileType
impl RefUnwindSafe for HistoryFileType
impl Send for HistoryFileType
impl Sync for HistoryFileType
impl Unpin for HistoryFileType
impl UnsafeUnpin for HistoryFileType
impl UnwindSafe for HistoryFileType
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