pub enum LabelFormat {
Text,
Csv,
Json,
}Expand description
Expected label format per model type.
Variants§
Trait Implementations§
Source§impl Clone for LabelFormat
impl Clone for LabelFormat
Source§fn clone(&self) -> LabelFormat
fn clone(&self) -> LabelFormat
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 LabelFormat
impl Debug for LabelFormat
Source§impl PartialEq for LabelFormat
impl PartialEq for LabelFormat
impl Copy for LabelFormat
impl Eq for LabelFormat
impl StructuralPartialEq for LabelFormat
Auto Trait Implementations§
impl Freeze for LabelFormat
impl RefUnwindSafe for LabelFormat
impl Send for LabelFormat
impl Sync for LabelFormat
impl Unpin for LabelFormat
impl UnwindSafe for LabelFormat
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