pub struct CloseWindowWithConfirmationAction;Implementations§
Source§impl CloseWindowWithConfirmationAction
impl CloseWindowWithConfirmationAction
pub fn new() -> ActionCommand
Auto Trait Implementations§
impl Freeze for CloseWindowWithConfirmationAction
impl RefUnwindSafe for CloseWindowWithConfirmationAction
impl Send for CloseWindowWithConfirmationAction
impl Sync for CloseWindowWithConfirmationAction
impl Unpin for CloseWindowWithConfirmationAction
impl UnwindSafe for CloseWindowWithConfirmationAction
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