pub struct StdIO<S>(pub S);
Tuple Fields§
§0: S
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for StdIO<S>where
S: Freeze,
impl<S> ObjSafe for StdIO<S>where
S: ObjSafe,
impl<S> RefUnwindSafe for StdIO<S>where
S: RefUnwindSafe,
impl<S> Send for StdIO<S>where
S: Send,
impl<S> Sync for StdIO<S>where
S: Sync,
impl<S> Unpin for StdIO<S>where
S: Unpin,
impl<S> UnwindSafe for StdIO<S>where
S: UnwindSafe,
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