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