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