pub struct MorphShape {
pub initial_styles: MorphShapeStyles,
pub records: Vec<MorphShapeRecord>,
}
Fields§
§initial_styles: MorphShapeStyles
§records: Vec<MorphShapeRecord>
Trait Implementations§
Source§impl Clone for MorphShape
impl Clone for MorphShape
Source§fn clone(&self) -> MorphShape
fn clone(&self) -> MorphShape
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 MorphShape
impl Debug for MorphShape
Source§impl<'de> Deserialize<'de> for MorphShape
impl<'de> Deserialize<'de> for MorphShape
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 MorphShape
impl Hash for MorphShape
Source§impl Ord for MorphShape
impl Ord for MorphShape
Source§fn cmp(&self, other: &MorphShape) -> Ordering
fn cmp(&self, other: &MorphShape) -> 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 MorphShape
impl PartialEq for MorphShape
Source§impl PartialOrd for MorphShape
impl PartialOrd for MorphShape
Source§impl Serialize for MorphShape
impl Serialize for MorphShape
impl Eq for MorphShape
impl StructuralPartialEq for MorphShape
Auto Trait Implementations§
impl Freeze for MorphShape
impl RefUnwindSafe for MorphShape
impl Send for MorphShape
impl Sync for MorphShape
impl Unpin for MorphShape
impl UnwindSafe for MorphShape
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