pub struct HostStream { /* private fields */ }
Expand description
A byte stream to the host (e.g., host’s stdout or stderr).
Implementations§
Trait Implementations§
Source§impl Clone for HostStream
impl Clone for HostStream
Source§fn clone(&self) -> HostStream
fn clone(&self) -> HostStream
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Write for HostStream
impl Write for HostStream
impl Copy for HostStream
Auto Trait Implementations§
impl Freeze for HostStream
impl RefUnwindSafe for HostStream
impl Send for HostStream
impl Sync for HostStream
impl Unpin for HostStream
impl UnwindSafe for HostStream
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