pub struct SshOutput {
pub stdout: String,
pub stderr: String,
}Fields§
§stdout: String§stderr: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SshOutput
impl RefUnwindSafe for SshOutput
impl Send for SshOutput
impl Sync for SshOutput
impl Unpin for SshOutput
impl UnwindSafe for SshOutput
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