pub enum ViolinMode {
Group,
Overlay,
}
Variants§
Trait Implementations§
Source§impl Clone for ViolinMode
impl Clone for ViolinMode
Source§fn clone(&self) -> ViolinMode
fn clone(&self) -> ViolinMode
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 ViolinMode
impl Debug for ViolinMode
Auto Trait Implementations§
impl Freeze for ViolinMode
impl RefUnwindSafe for ViolinMode
impl Send for ViolinMode
impl Sync for ViolinMode
impl Unpin for ViolinMode
impl UnwindSafe for ViolinMode
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