pub struct StackProps {
pub layout: LayoutStyle,
}Fields§
§layout: LayoutStyleTrait Implementations§
Source§impl Clone for StackProps
impl Clone for StackProps
Source§fn clone(&self) -> StackProps
fn clone(&self) -> StackProps
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 StackProps
impl Debug for StackProps
Source§impl Default for StackProps
impl Default for StackProps
Source§fn default() -> StackProps
fn default() -> StackProps
Returns the “default value” for a type. Read more
impl Copy for StackProps
Auto Trait Implementations§
impl Freeze for StackProps
impl RefUnwindSafe for StackProps
impl Send for StackProps
impl Sync for StackProps
impl Unpin for StackProps
impl UnsafeUnpin for StackProps
impl UnwindSafe for StackProps
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