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