pub struct LayoutDefault;Expand description
Default layout - shows one group at a time.
This is the traditional wizard-style form layout where only the current group is visible and users navigate between groups.
Trait Implementations§
Source§impl Clone for LayoutDefault
impl Clone for LayoutDefault
Source§fn clone(&self) -> LayoutDefault
fn clone(&self) -> LayoutDefault
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 LayoutDefault
impl Debug for LayoutDefault
Source§impl Default for LayoutDefault
impl Default for LayoutDefault
Source§fn default() -> LayoutDefault
fn default() -> LayoutDefault
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutDefault
impl RefUnwindSafe for LayoutDefault
impl Send for LayoutDefault
impl Sync for LayoutDefault
impl Unpin for LayoutDefault
impl UnwindSafe for LayoutDefault
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