Struct kitty_remote_bindings::command::Launch
source · pub struct Launch { /* private fields */ }Expand description
Represents the “launch” remote command: kitty @ launch
Implementations§
Trait Implementations§
source§impl CommandOutput for Launch
impl CommandOutput for Launch
source§impl PartialEq for Launch
impl PartialEq for Launch
impl StructuralPartialEq for Launch
Auto Trait Implementations§
impl RefUnwindSafe for Launch
impl Send for Launch
impl Sync for Launch
impl Unpin for Launch
impl UnwindSafe for Launch
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