pub struct ExitAction {
pub label: TextComponent,
pub width: i32,
}Expand description
Represents an exit action with a label and width.
Fields§
§label: TextComponent§width: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitAction
impl RefUnwindSafe for ExitAction
impl Send for ExitAction
impl Sync for ExitAction
impl Unpin for ExitAction
impl UnsafeUnpin for ExitAction
impl UnwindSafe for ExitAction
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