pub struct TimeSeriesEnumPlot { /* private fields */ }
Implementations§
Source§impl TimeSeriesEnumPlot
impl TimeSeriesEnumPlot
Sourcepub fn builder() -> Builder<ColorStage>
pub fn builder() -> Builder<ColorStage>
Returns a new builder.
Source§impl TimeSeriesEnumPlot
impl TimeSeriesEnumPlot
Sourcepub fn color(&self) -> &ColorStyle
pub fn color(&self) -> &ColorStyle
How to color the value ranges
Sourcepub fn persist_value_overlays(&self) -> &PersistValueOverlay
pub fn persist_value_overlays(&self) -> &PersistValueOverlay
Render certain values’ full-row/full-panel color overlays even when not interacting with the plot
Sourcepub fn overlay_scope(&self) -> &OverlayScope
pub fn overlay_scope(&self) -> &OverlayScope
How far to extend the overlay
Sourcepub fn display_inline(&self) -> bool
pub fn display_inline(&self) -> bool
Whether to display the value ranges on the same line or stagger them such that each value gets a line to itself
Trait Implementations§
Source§impl Clone for TimeSeriesEnumPlot
impl Clone for TimeSeriesEnumPlot
Source§fn clone(&self) -> TimeSeriesEnumPlot
fn clone(&self) -> TimeSeriesEnumPlot
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 TimeSeriesEnumPlot
impl Debug for TimeSeriesEnumPlot
Source§impl<'de> Deserialize<'de> for TimeSeriesEnumPlot
impl<'de> Deserialize<'de> for TimeSeriesEnumPlot
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 From<TimeSeriesEnumPlot> for Builder<Complete>
impl From<TimeSeriesEnumPlot> for Builder<Complete>
Source§fn from(v: TimeSeriesEnumPlot) -> Self
fn from(v: TimeSeriesEnumPlot) -> Self
Converts to this type from the input type.
Source§impl Hash for TimeSeriesEnumPlot
impl Hash for TimeSeriesEnumPlot
Source§impl Ord for TimeSeriesEnumPlot
impl Ord for TimeSeriesEnumPlot
Source§fn cmp(&self, other: &TimeSeriesEnumPlot) -> Ordering
fn cmp(&self, other: &TimeSeriesEnumPlot) -> Ordering
1.21.0 · 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 TimeSeriesEnumPlot
impl PartialEq for TimeSeriesEnumPlot
Source§impl PartialOrd for TimeSeriesEnumPlot
impl PartialOrd for TimeSeriesEnumPlot
Source§impl Serialize for TimeSeriesEnumPlot
impl Serialize for TimeSeriesEnumPlot
impl Eq for TimeSeriesEnumPlot
impl StructuralPartialEq for TimeSeriesEnumPlot
Auto Trait Implementations§
impl Freeze for TimeSeriesEnumPlot
impl RefUnwindSafe for TimeSeriesEnumPlot
impl Send for TimeSeriesEnumPlot
impl Sync for TimeSeriesEnumPlot
impl Unpin for TimeSeriesEnumPlot
impl UnwindSafe for TimeSeriesEnumPlot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request