pub enum ChildLayoutKind {
Fill,
Stack {
direction: Direction,
gap: u16,
},
Shell,
}Variants§
Trait Implementations§
Source§impl Clone for ChildLayoutKind
impl Clone for ChildLayoutKind
Source§fn clone(&self) -> ChildLayoutKind
fn clone(&self) -> ChildLayoutKind
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 ChildLayoutKind
impl Debug for ChildLayoutKind
Source§impl PartialEq for ChildLayoutKind
impl PartialEq for ChildLayoutKind
impl Copy for ChildLayoutKind
impl Eq for ChildLayoutKind
impl StructuralPartialEq for ChildLayoutKind
Auto Trait Implementations§
impl Freeze for ChildLayoutKind
impl RefUnwindSafe for ChildLayoutKind
impl Send for ChildLayoutKind
impl Sync for ChildLayoutKind
impl Unpin for ChildLayoutKind
impl UnsafeUnpin for ChildLayoutKind
impl UnwindSafe for ChildLayoutKind
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