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