Enum plotly::configuration::DisplayModeBar
source · pub enum DisplayModeBar {
Hover,
True,
False,
}Variants
Hover
True
False
Trait Implementations
sourceimpl Clone for DisplayModeBar
impl Clone for DisplayModeBar
sourcefn clone(&self) -> DisplayModeBar
fn clone(&self) -> DisplayModeBar
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DisplayModeBar
impl Debug for DisplayModeBar
sourceimpl Serialize for DisplayModeBar
impl Serialize for DisplayModeBar
Auto Trait Implementations
impl RefUnwindSafe for DisplayModeBar
impl Send for DisplayModeBar
impl Sync for DisplayModeBar
impl Unpin for DisplayModeBar
impl UnwindSafe for DisplayModeBar
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more