pub enum MorphShapeRecord {
Edge(MorphEdge),
StyleChange(MorphStyleChange),
}
Variants§
Edge(MorphEdge)
StyleChange(MorphStyleChange)
Trait Implementations§
Source§impl Clone for MorphShapeRecord
impl Clone for MorphShapeRecord
Source§fn clone(&self) -> MorphShapeRecord
fn clone(&self) -> MorphShapeRecord
Returns a copy 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 MorphShapeRecord
impl Debug for MorphShapeRecord
Source§impl<'de> Deserialize<'de> for MorphShapeRecord
impl<'de> Deserialize<'de> for MorphShapeRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MorphShapeRecord
impl Hash for MorphShapeRecord
Source§impl Ord for MorphShapeRecord
impl Ord for MorphShapeRecord
Source§fn cmp(&self, other: &MorphShapeRecord) -> Ordering
fn cmp(&self, other: &MorphShapeRecord) -> 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 MorphShapeRecord
impl PartialEq for MorphShapeRecord
Source§impl PartialOrd for MorphShapeRecord
impl PartialOrd for MorphShapeRecord
Source§impl Serialize for MorphShapeRecord
impl Serialize for MorphShapeRecord
impl Eq for MorphShapeRecord
impl StructuralPartialEq for MorphShapeRecord
Auto Trait Implementations§
impl Freeze for MorphShapeRecord
impl RefUnwindSafe for MorphShapeRecord
impl Send for MorphShapeRecord
impl Sync for MorphShapeRecord
impl Unpin for MorphShapeRecord
impl UnwindSafe for MorphShapeRecord
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