pub struct WrappedPlotOutput {
pub data: Value,
pub output_format: PlotOutputFormat,
pub plot_type: String,
}Fields§
§data: Value§output_format: PlotOutputFormat§plot_type: StringImplementations§
Source§impl WrappedPlotOutput
impl WrappedPlotOutput
pub fn new( data: Value, output_format: PlotOutputFormat, plot_type: String, ) -> WrappedPlotOutput
Trait Implementations§
Source§impl Clone for WrappedPlotOutput
impl Clone for WrappedPlotOutput
Source§fn clone(&self) -> WrappedPlotOutput
fn clone(&self) -> WrappedPlotOutput
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 WrappedPlotOutput
impl Debug for WrappedPlotOutput
Source§impl Default for WrappedPlotOutput
impl Default for WrappedPlotOutput
Source§fn default() -> WrappedPlotOutput
fn default() -> WrappedPlotOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WrappedPlotOutput
impl<'de> Deserialize<'de> for WrappedPlotOutput
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 PartialEq for WrappedPlotOutput
impl PartialEq for WrappedPlotOutput
Source§fn eq(&self, other: &WrappedPlotOutput) -> bool
fn eq(&self, other: &WrappedPlotOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WrappedPlotOutput
impl Serialize for WrappedPlotOutput
impl StructuralPartialEq for WrappedPlotOutput
Auto Trait Implementations§
impl Freeze for WrappedPlotOutput
impl RefUnwindSafe for WrappedPlotOutput
impl Send for WrappedPlotOutput
impl Sync for WrappedPlotOutput
impl Unpin for WrappedPlotOutput
impl UnsafeUnpin for WrappedPlotOutput
impl UnwindSafe for WrappedPlotOutput
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