pub struct JsonLoader<T, S: Stream<T>> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> From<&'a [u8]> for JsonLoader<u8, SliceBytes<'a>>
impl<'a> From<&'a [u8]> for JsonLoader<u8, SliceBytes<'a>>
Auto Trait Implementations§
impl<T, S> Freeze for JsonLoader<T, S>where
S: Freeze,
impl<T, S> RefUnwindSafe for JsonLoader<T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for JsonLoader<T, S>
impl<T, S> Sync for JsonLoader<T, S>
impl<T, S> Unpin for JsonLoader<T, S>
impl<T, S> UnwindSafe for JsonLoader<T, S>where
S: UnwindSafe,
T: 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