Enum plotly::traces::contour::ContoursType
source · pub enum ContoursType {
Levels,
Constraint,
}Variants
Levels
Constraint
Trait Implementations
sourceimpl Clone for ContoursType
impl Clone for ContoursType
sourcefn clone(&self) -> ContoursType
fn clone(&self) -> ContoursType
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 ContoursType
impl Debug for ContoursType
sourceimpl Serialize for ContoursType
impl Serialize for ContoursType
Auto Trait Implementations
impl RefUnwindSafe for ContoursType
impl Send for ContoursType
impl Sync for ContoursType
impl Unpin for ContoursType
impl UnwindSafe for ContoursType
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