pub struct JsonSeqAccess(pub IntoIter<JsonValue>);
Tuple Fields§
§0: IntoIter<JsonValue>
Trait Implementations§
source§impl SeqAccess for JsonSeqAccess
impl SeqAccess for JsonSeqAccess
fn next_element<T: Deserialize>(&mut self) -> Result<Option<T>, Error>
Auto Trait Implementations§
impl Freeze for JsonSeqAccess
impl RefUnwindSafe for JsonSeqAccess
impl Send for JsonSeqAccess
impl Sync for JsonSeqAccess
impl Unpin for JsonSeqAccess
impl UnwindSafe for JsonSeqAccess
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