Struct serde_json::de::IoRead  
source · [−]pub struct IoRead<R> where
    R: Read, { /* private fields */ }Expand description
JSON input source that reads from a std::io input stream.
Implementations
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for IoRead<R> where
    R: RefUnwindSafe, 
impl<R> Send for IoRead<R> where
    R: Send, 
impl<R> Sync for IoRead<R> where
    R: Sync, 
impl<R> Unpin for IoRead<R> where
    R: Unpin, 
impl<R> UnwindSafe for IoRead<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