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§
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