pub enum LayoutModeType {
Edge,
Factor,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutModeType
impl Clone for LayoutModeType
Source§fn clone(&self) -> LayoutModeType
fn clone(&self) -> LayoutModeType
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 LayoutModeType
impl Debug for LayoutModeType
Source§impl<'de> Deserialize<'de> for LayoutModeType
impl<'de> Deserialize<'de> for LayoutModeType
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 Display for LayoutModeType
impl Display for LayoutModeType
Source§impl FromStr for LayoutModeType
impl FromStr for LayoutModeType
Source§impl PartialEq for LayoutModeType
impl PartialEq for LayoutModeType
Source§impl Serialize for LayoutModeType
impl Serialize for LayoutModeType
impl Copy for LayoutModeType
impl Eq for LayoutModeType
impl StructuralPartialEq for LayoutModeType
Auto Trait Implementations§
impl Freeze for LayoutModeType
impl RefUnwindSafe for LayoutModeType
impl Send for LayoutModeType
impl Sync for LayoutModeType
impl Unpin for LayoutModeType
impl UnsafeUnpin for LayoutModeType
impl UnwindSafe for LayoutModeType
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