pub struct KeySpans { /* private fields */ }Available on crate feature
serde only.Expand description
KeySpans associates nested values with their full path from the first value as a Vec of Strings.
Sequence indices are also turned into strings.
Keys that cannot be represented as strings will be replaced by ???.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeySpans
impl RefUnwindSafe for KeySpans
impl Send for KeySpans
impl Sync for KeySpans
impl Unpin for KeySpans
impl UnsafeUnpin for KeySpans
impl UnwindSafe for KeySpans
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