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