pub enum ContoursType {
Levels,
Constraint,
}
Variants§
Trait Implementations§
Source§impl Debug for ContoursType
impl Debug for ContoursType
Auto Trait Implementations§
impl Freeze for ContoursType
impl RefUnwindSafe for ContoursType
impl Send for ContoursType
impl Sync for ContoursType
impl Unpin for ContoursType
impl UnwindSafe for ContoursType
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