Struct ExSshRunOnRemote
pub struct ExSshRunOnRemote<'ex> { /* private fields */ }Expand description
Default-param extender for EditorExportPlatform::ssh_run_on_remote_ex.
Implementations§
§impl<'ex> ExSshRunOnRemote<'ex>
impl<'ex> ExSshRunOnRemote<'ex>
pub fn output(self, output: &'ex AnyArray) -> ExSshRunOnRemote<'ex>
pub fn port_fwd(self, port_fwd: i32) -> ExSshRunOnRemote<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> !Freeze for ExSshRunOnRemote<'ex>
impl<'ex> !RefUnwindSafe for ExSshRunOnRemote<'ex>
impl<'ex> !Send for ExSshRunOnRemote<'ex>
impl<'ex> !Sync for ExSshRunOnRemote<'ex>
impl<'ex> Unpin for ExSshRunOnRemote<'ex>
impl<'ex> !UnwindSafe for ExSshRunOnRemote<'ex>
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