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