pub struct Values<R: Read> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Values<R> where
R: RefUnwindSafe,
impl<R> Send for Values<R> where
R: Send,
impl<R> Sync for Values<R> where
R: Sync,
impl<R> Unpin for Values<R> where
R: Unpin,
impl<R> UnwindSafe for Values<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more