pub struct LayoutStack;Expand description
Stack layout - shows all groups stacked vertically.
All groups are rendered one after another, with the form’s field separator between them.
Trait Implementations§
Source§impl Clone for LayoutStack
impl Clone for LayoutStack
Source§fn clone(&self) -> LayoutStack
fn clone(&self) -> LayoutStack
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 LayoutStack
impl Debug for LayoutStack
Source§impl Default for LayoutStack
impl Default for LayoutStack
Source§fn default() -> LayoutStack
fn default() -> LayoutStack
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutStack
impl RefUnwindSafe for LayoutStack
impl Send for LayoutStack
impl Sync for LayoutStack
impl Unpin for LayoutStack
impl UnwindSafe for LayoutStack
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