pub enum PlotOutputFormat {
JsonPlain,
JsonVega,
ImagePng,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PlotOutputFormat
impl Clone for PlotOutputFormat
Source§fn clone(&self) -> PlotOutputFormat
fn clone(&self) -> PlotOutputFormat
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 PlotOutputFormat
impl Debug for PlotOutputFormat
Source§impl Default for PlotOutputFormat
impl Default for PlotOutputFormat
Source§fn default() -> PlotOutputFormat
fn default() -> PlotOutputFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlotOutputFormat
impl<'de> Deserialize<'de> for PlotOutputFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PlotOutputFormat
impl Display for PlotOutputFormat
Source§impl Hash for PlotOutputFormat
impl Hash for PlotOutputFormat
Source§impl Ord for PlotOutputFormat
impl Ord for PlotOutputFormat
Source§fn cmp(&self, other: &PlotOutputFormat) -> Ordering
fn cmp(&self, other: &PlotOutputFormat) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlotOutputFormat
impl PartialEq for PlotOutputFormat
Source§fn eq(&self, other: &PlotOutputFormat) -> bool
fn eq(&self, other: &PlotOutputFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PlotOutputFormat
impl PartialOrd for PlotOutputFormat
Source§impl Serialize for PlotOutputFormat
impl Serialize for PlotOutputFormat
impl Copy for PlotOutputFormat
impl Eq for PlotOutputFormat
impl StructuralPartialEq for PlotOutputFormat
Auto Trait Implementations§
impl Freeze for PlotOutputFormat
impl RefUnwindSafe for PlotOutputFormat
impl Send for PlotOutputFormat
impl Sync for PlotOutputFormat
impl Unpin for PlotOutputFormat
impl UnsafeUnpin for PlotOutputFormat
impl UnwindSafe for PlotOutputFormat
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