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