pub struct PlatformStdin { /* private fields */ }Expand description
Opaque piped stdin capability owned by a process actor.
Implementations§
Auto Trait Implementations§
impl Freeze for PlatformStdin
impl RefUnwindSafe for PlatformStdin
impl Send for PlatformStdin
impl Sync for PlatformStdin
impl Unpin for PlatformStdin
impl UnsafeUnpin for PlatformStdin
impl UnwindSafe for PlatformStdin
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