pub struct HStack;Expand description
Horizontal stack convenience component.
Implementations§
Source§impl HStack
impl HStack
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 HStack
impl RefUnwindSafe for HStack
impl Send for HStack
impl Sync for HStack
impl Unpin for HStack
impl UnsafeUnpin for HStack
impl UnwindSafe for HStack
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