pub enum ContoursColoring {
Fill,
HeatMap,
Lines,
None,
}
Variants§
Trait Implementations§
Source§impl Debug for ContoursColoring
impl Debug for ContoursColoring
Auto Trait Implementations§
impl Freeze for ContoursColoring
impl RefUnwindSafe for ContoursColoring
impl Send for ContoursColoring
impl Sync for ContoursColoring
impl Unpin for ContoursColoring
impl UnwindSafe for ContoursColoring
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