pub enum MorphShapeVersion {
MorphShape1,
MorphShape2,
}Variants§
Trait Implementations§
Source§impl Clone for MorphShapeVersion
impl Clone for MorphShapeVersion
Source§fn clone(&self) -> MorphShapeVersion
fn clone(&self) -> MorphShapeVersion
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 MorphShapeVersion
impl Debug for MorphShapeVersion
Source§impl Hash for MorphShapeVersion
impl Hash for MorphShapeVersion
Source§impl Ord for MorphShapeVersion
impl Ord for MorphShapeVersion
Source§fn cmp(&self, other: &MorphShapeVersion) -> Ordering
fn cmp(&self, other: &MorphShapeVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MorphShapeVersion
impl PartialEq for MorphShapeVersion
Source§impl PartialOrd for MorphShapeVersion
impl PartialOrd for MorphShapeVersion
impl Copy for MorphShapeVersion
impl Eq for MorphShapeVersion
impl StructuralPartialEq for MorphShapeVersion
Auto Trait Implementations§
impl Freeze for MorphShapeVersion
impl RefUnwindSafe for MorphShapeVersion
impl Send for MorphShapeVersion
impl Sync for MorphShapeVersion
impl Unpin for MorphShapeVersion
impl UnwindSafe for MorphShapeVersion
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