pub struct Button<'ui> { /* private fields */ }Expand description
Builder for button widget
Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for Button<'ui>
impl<'ui> !RefUnwindSafe for Button<'ui>
impl<'ui> !Send for Button<'ui>
impl<'ui> !Sync for Button<'ui>
impl<'ui> Unpin for Button<'ui>
impl<'ui> !UnwindSafe for Button<'ui>
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