pub struct StdReader { /* private fields */ }
Expand description
Implements a std reader wrapper around the source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StdReader
impl !Send for StdReader
impl !Sync for StdReader
impl Unpin for StdReader
impl UnwindSafe for StdReader
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