pub enum ChildStdio {
Inherit,
Owned(OwnedFd),
}
Variants§
Auto Trait Implementations§
impl Freeze for ChildStdio
impl RefUnwindSafe for ChildStdio
impl Send for ChildStdio
impl Sync for ChildStdio
impl Unpin for ChildStdio
impl UnwindSafe for ChildStdio
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