pub struct TickFormatStop { /* private fields */ }
Implementations§
Source§impl TickFormatStop
impl TickFormatStop
pub fn new() -> TickFormatStop
pub fn enabled(self, enabled: bool) -> TickFormatStop
pub fn dtick_range<C: NumOrString>(self, range: Vec<C>) -> TickFormatStop
pub fn value(self, value: &str) -> TickFormatStop
pub fn name(self, name: &str) -> TickFormatStop
pub fn template_item_name(self, name: &str) -> TickFormatStop
Trait Implementations§
Source§impl Clone for TickFormatStop
impl Clone for TickFormatStop
Source§fn clone(&self) -> TickFormatStop
fn clone(&self) -> TickFormatStop
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 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