pub enum ButtonRowAlignment {
End,
Start,
}Variants§
Trait Implementations§
Source§impl Clone for ButtonRowAlignment
impl Clone for ButtonRowAlignment
Source§fn clone(&self) -> ButtonRowAlignment
fn clone(&self) -> ButtonRowAlignment
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 ButtonRowAlignment
impl PartialEq for ButtonRowAlignment
impl StructuralPartialEq for ButtonRowAlignment
Auto Trait Implementations§
impl Freeze for ButtonRowAlignment
impl RefUnwindSafe for ButtonRowAlignment
impl Send for ButtonRowAlignment
impl Sync for ButtonRowAlignment
impl Unpin for ButtonRowAlignment
impl UnwindSafe for ButtonRowAlignment
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