pub struct VStack;Expand description
Vertical stack convenience component.
Implementations§
Source§impl VStack
impl VStack
pub fn classes( spacing: StackSpacing, align: StackAlign, class: &Option<String>, ) -> String
pub fn render( spacing: StackSpacing, align: StackAlign, class: &Option<String>, ) -> RenderOutput
Auto Trait Implementations§
impl Freeze for VStack
impl RefUnwindSafe for VStack
impl Send for VStack
impl Sync for VStack
impl Unpin for VStack
impl UnsafeUnpin for VStack
impl UnwindSafe for VStack
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