Struct jsonschema::paths::JSONPointer
source · pub struct JSONPointer(/* private fields */);Expand description
JSON Pointer as a wrapper around individual path components.
Implementations§
Trait Implementations§
source§impl Clone for JSONPointer
impl Clone for JSONPointer
source§fn clone(&self) -> JSONPointer
fn clone(&self) -> JSONPointer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JSONPointer
impl Debug for JSONPointer
source§impl Default for JSONPointer
impl Default for JSONPointer
source§fn default() -> JSONPointer
fn default() -> JSONPointer
Returns the “default value” for a type. Read more
source§impl Display for JSONPointer
impl Display for JSONPointer
source§impl From<&[&str]> for JSONPointer
impl From<&[&str]> for JSONPointer
source§impl From<&[PathChunk]> for JSONPointer
impl From<&[PathChunk]> for JSONPointer
source§impl<'a, 'b> From<&'a JsonPointerNode<'a, 'b>> for JSONPointer
impl<'a, 'b> From<&'a JsonPointerNode<'a, 'b>> for JSONPointer
source§fn from(path: &'a JsonPointerNode<'a, 'b>) -> Self
fn from(path: &'a JsonPointerNode<'a, 'b>) -> Self
Converts to this type from the input type.
source§impl From<&str> for JSONPointer
impl From<&str> for JSONPointer
source§impl From<JsonPointerNode<'_, '_>> for JSONPointer
impl From<JsonPointerNode<'_, '_>> for JSONPointer
source§fn from(path: JsonPointerNode<'_, '_>) -> Self
fn from(path: JsonPointerNode<'_, '_>) -> Self
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a JSONPointer
impl<'a> IntoIterator for &'a JSONPointer
source§impl IntoIterator for JSONPointer
impl IntoIterator for JSONPointer
source§impl PartialEq for JSONPointer
impl PartialEq for JSONPointer
source§impl Serialize for JSONPointer
impl Serialize for JSONPointer
impl Eq for JSONPointer
impl StructuralPartialEq for JSONPointer
Auto Trait Implementations§
impl Freeze for JSONPointer
impl RefUnwindSafe for JSONPointer
impl Send for JSONPointer
impl Sync for JSONPointer
impl Unpin for JSONPointer
impl UnwindSafe for JSONPointer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)