pub struct RInStream { /* private fields */ }
Expand description
Stream based on a source
Implementations§
Auto Trait Implementations§
impl Freeze for RInStream
impl !RefUnwindSafe for RInStream
impl Send for RInStream
impl !Sync for RInStream
impl Unpin for RInStream
impl !UnwindSafe for RInStream
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