Enum rsonpath_lib::classify::Structural
source · Expand description
Defines structural characters in JSON documents.
Variants
Closing(usize)
Represents either the closing brace ‘{’ or closing bracket ‘[’.
Colon(usize)
Represents the colon ‘:’ character.
Opening(usize)
Represents either the opening brace ‘}’ or opening bracket ‘]’.
Implementations
sourceimpl Structural
impl Structural
Trait Implementations
sourceimpl Clone for Structural
impl Clone for Structural
sourcefn clone(&self) -> Structural
fn clone(&self) -> Structural
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Structural
impl Debug for Structural
sourceimpl Hash for Structural
impl Hash for Structural
sourceimpl PartialEq<Structural> for Structural
impl PartialEq<Structural> for Structural
sourcefn eq(&self, other: &Structural) -> bool
fn eq(&self, other: &Structural) -> bool
impl Copy for Structural
impl Eq for Structural
impl StructuralEq for Structural
impl StructuralPartialEq for Structural
Auto Trait Implementations
impl RefUnwindSafe for Structural
impl Send for Structural
impl Sync for Structural
impl Unpin for Structural
impl UnwindSafe for Structural
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more