pub struct JsonPointerSegment(/* private fields */);Expand description
A single segment of a JsonPointer.
Implementations§
Trait Implementations§
Source§impl Debug for JsonPointerSegment
impl Debug for JsonPointerSegment
Source§impl Display for JsonPointerSegment
impl Display for JsonPointerSegment
impl Eq for JsonPointerSegment
Source§impl Hash for JsonPointerSegment
impl Hash for JsonPointerSegment
Source§impl Ord for JsonPointerSegment
impl Ord for JsonPointerSegment
Source§impl PartialEq for JsonPointerSegment
impl PartialEq for JsonPointerSegment
Source§fn eq(&self, other: &JsonPointerSegment) -> bool
fn eq(&self, other: &JsonPointerSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<JsonPointerSegment> for str
impl PartialEq<JsonPointerSegment> for str
Source§fn eq(&self, other: &JsonPointerSegment) -> bool
fn eq(&self, other: &JsonPointerSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.