pub enum ShapeValues {
Box,
Cone,
ConeToMax,
Cylinder,
Pyramid,
PyramidToMaximum,
}Variants§
Trait Implementations§
Source§impl Clone for ShapeValues
impl Clone for ShapeValues
Source§fn clone(&self) -> ShapeValues
fn clone(&self) -> ShapeValues
Returns a duplicate 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 ShapeValues
impl Debug for ShapeValues
Source§impl Default for ShapeValues
impl Default for ShapeValues
Source§impl EnumTrait for ShapeValues
impl EnumTrait for ShapeValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for ShapeValues
impl RefUnwindSafe for ShapeValues
impl Send for ShapeValues
impl Sync for ShapeValues
impl Unpin for ShapeValues
impl UnwindSafe for ShapeValues
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