Enum plotly::layout::ViolinMode
source · [−]pub enum ViolinMode {
Group,
Overlay,
}Variants
Group
Overlay
Trait Implementations
sourceimpl Clone for ViolinMode
impl Clone for ViolinMode
sourcefn clone(&self) -> ViolinMode
fn clone(&self) -> ViolinMode
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 more
sourceimpl Debug for ViolinMode
impl Debug for ViolinMode
sourceimpl Serialize for ViolinMode
impl Serialize for ViolinMode
Auto Trait Implementations
impl RefUnwindSafe for ViolinMode
impl Send for ViolinMode
impl Sync for ViolinMode
impl Unpin for ViolinMode
impl UnwindSafe for ViolinMode
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