Enum deser_path::PathSegment
source · [−]Expand description
A single segment in the path.
Variants
Unknown
An unknown path segment.
This can happen if the key was not a string or unsigned integer.
Index(usize)
An unsigned index.
Key(String)
A string key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathSegment
impl Send for PathSegment
impl Sync for PathSegment
impl Unpin for PathSegment
impl UnwindSafe for PathSegment
Blanket Implementations
Mutably borrows from an owned value. Read more