Struct serde_json::de::IoRead [−][src]
pub struct IoRead<R> where
R: Read, { /* fields omitted */ }
JSON input source that reads from a std::io input stream.
Implementations
impl<R> IoRead<R> where
R: Read,
[src]
impl<R> IoRead<R> where
R: Read,
[src]Trait Implementations
impl<'de, R> Read<'de> for IoRead<R> where
R: Read,
[src]
impl<'de, R> Read<'de> for IoRead<R> where
R: Read,
[src]fn next(&mut self) -> Result<Option<u8>>
[src]
fn peek(&mut self) -> Result<Option<u8>>
[src]
fn discard(&mut self)
[src]
fn position(&self) -> Position
[src]
fn peek_position(&self) -> Position
[src]
fn byte_offset(&self) -> usize
[src]
fn parse_str<'s>(
&'s mut self,
scratch: &'s mut Vec<u8>
) -> Result<Reference<'de, 's, str>>
[src]
&'s mut self,
scratch: &'s mut Vec<u8>
) -> Result<Reference<'de, 's, str>>
fn parse_str_raw<'s>(
&'s mut self,
scratch: &'s mut Vec<u8>
) -> Result<Reference<'de, 's, [u8]>>
[src]
&'s mut self,
scratch: &'s mut Vec<u8>
) -> Result<Reference<'de, 's, [u8]>>
fn ignore_str(&mut self) -> Result<()>
[src]
fn decode_hex_escape(&mut self) -> Result<u16>
[src]
const should_early_return_if_failed: bool
[src]
fn set_failed(&mut self, failed: &mut bool)
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for IoRead<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for IoRead<R> where
R: Send,
R: Send,
impl<R> Sync for IoRead<R> where
R: Sync,
R: Sync,
impl<R> Unpin for IoRead<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for IoRead<R> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]pub fn borrow(&self) -> &TⓘNotable traits for &'_ mut W
impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
[src]
Notable traits for &'_ mut W
impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut TⓘNotable traits for &'_ mut W
impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;
[src]
Notable traits for &'_ mut W
impl<'_, W> Write for &'_ mut W where
W: Write + ?Sized, impl<'_, R> Read for &'_ mut R where
R: Read + ?Sized, impl<'_, F> Future for &'_ mut F where
F: Future + Unpin + ?Sized, type Output = <F as Future>::Output;impl<'_, I> Iterator for &'_ mut I where
I: Iterator + ?Sized, type Item = <I as Iterator>::Item;