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