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