pub struct TickFormatStop { /* private fields */ }
Implementations§
Source§impl TickFormatStop
impl TickFormatStop
pub fn new() -> Self
pub fn enabled(self, enabled: bool) -> Self
pub fn dtick_range<V: Into<NumOrString> + Clone>(self, range: Vec<V>) -> Self
pub fn value(self, value: &str) -> Self
pub fn name(self, name: &str) -> Self
pub fn template_item_name(self, name: &str) -> Self
Trait Implementations§
Source§impl Clone for TickFormatStop
impl Clone for TickFormatStop
Source§fn clone(&self) -> TickFormatStop
fn clone(&self) -> TickFormatStop
Returns a copy 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 TickFormatStop
impl Debug for TickFormatStop
Source§impl Default for TickFormatStop
impl Default for TickFormatStop
Source§fn default() -> TickFormatStop
fn default() -> TickFormatStop
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TickFormatStop
impl RefUnwindSafe for TickFormatStop
impl Send for TickFormatStop
impl Sync for TickFormatStop
impl Unpin for TickFormatStop
impl UnwindSafe for TickFormatStop
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