Struct pax_kit::serde_json::de::StrRead
source · pub struct StrRead<'a> { /* private fields */ }Expand description
JSON input source that reads from a UTF-8 string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StrRead<'a>
impl<'a> RefUnwindSafe for StrRead<'a>
impl<'a> Send for StrRead<'a>
impl<'a> Sync for StrRead<'a>
impl<'a> Unpin for StrRead<'a>
impl<'a> UnwindSafe for StrRead<'a>
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.