pub struct ButtonRowProps {
pub children: Children,
pub alignment: ButtonRowAlignment,
}Fields§
§children: Children§alignment: ButtonRowAlignmentTrait Implementations§
Source§impl Clone for ButtonRowProps
impl Clone for ButtonRowProps
Source§fn clone(&self) -> ButtonRowProps
fn clone(&self) -> ButtonRowProps
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 PartialEq for ButtonRowProps
impl PartialEq for ButtonRowProps
Source§impl Properties for ButtonRowProps
impl Properties for ButtonRowProps
impl StructuralPartialEq for ButtonRowProps
Auto Trait Implementations§
impl Freeze for ButtonRowProps
impl !RefUnwindSafe for ButtonRowProps
impl !Send for ButtonRowProps
impl !Sync for ButtonRowProps
impl Unpin for ButtonRowProps
impl !UnwindSafe for ButtonRowProps
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