Struct plotly::common::TickFormatStop[][src]

pub struct TickFormatStop { /* fields omitted */ }

Implementations

impl TickFormatStop[src]

pub fn new() -> TickFormatStop[src]

pub fn enabled(self, enabled: bool) -> TickFormatStop[src]

pub fn dtick_range<C: NumOrString>(self, range: Vec<C>) -> TickFormatStop[src]

pub fn value(self, value: &str) -> TickFormatStop[src]

pub fn name(self, name: &str) -> TickFormatStop[src]

pub fn template_item_name(self, name: &str) -> TickFormatStop[src]

Trait Implementations

impl Clone for TickFormatStop[src]

impl Debug for TickFormatStop[src]

impl Default for TickFormatStop[src]

impl Serialize for TickFormatStop[src]

Auto Trait Implementations

impl RefUnwindSafe for TickFormatStop[src]

impl Send for TickFormatStop[src]

impl Sync for TickFormatStop[src]

impl Unpin for TickFormatStop[src]

impl UnwindSafe for TickFormatStop[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]