pub struct RemoteStreamOutput {
pub status: RemoteExitStatus,
pub stderr: Vec<u8>,
pub stderr_dropped: u64,
}Fields§
§status: RemoteExitStatus§stderr: Vec<u8>§stderr_dropped: u64Auto Trait Implementations§
impl Freeze for RemoteStreamOutput
impl RefUnwindSafe for RemoteStreamOutput
impl Send for RemoteStreamOutput
impl Sync for RemoteStreamOutput
impl Unpin for RemoteStreamOutput
impl UnsafeUnpin for RemoteStreamOutput
impl UnwindSafe for RemoteStreamOutput
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