pub enum MorphShape {
RoundedCard,
Capsule,
Blob,
Ticket,
NotchedPanel,
DockIsland,
CommandLens,
}Variants§
Implementations§
Source§impl MorphShape
impl MorphShape
pub fn default_topology(self) -> CardTopology
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MorphShape
Source§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 PartialEq for MorphShape
impl PartialEq for MorphShape
Source§fn eq(&self, other: &MorphShape) -> bool
fn eq(&self, other: &MorphShape) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MorphShape
impl Serialize 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 UnsafeUnpin 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