Enum rsonpath::result::MatchedNodeType
source · pub enum MatchedNodeType {
Atomic,
Complex,
}
Expand description
Type of a value being reported to a Recorder
.
Variants§
Trait Implementations§
source§impl Clone for MatchedNodeType
impl Clone for MatchedNodeType
source§fn clone(&self) -> MatchedNodeType
fn clone(&self) -> MatchedNodeType
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 MatchedNodeType
impl Debug for MatchedNodeType
source§impl Hash for MatchedNodeType
impl Hash for MatchedNodeType
source§impl PartialEq for MatchedNodeType
impl PartialEq for MatchedNodeType
source§fn eq(&self, other: &MatchedNodeType) -> bool
fn eq(&self, other: &MatchedNodeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MatchedNodeType
impl Eq for MatchedNodeType
impl StructuralPartialEq for MatchedNodeType
Auto Trait Implementations§
impl Freeze for MatchedNodeType
impl RefUnwindSafe for MatchedNodeType
impl Send for MatchedNodeType
impl Sync for MatchedNodeType
impl Unpin for MatchedNodeType
impl UnwindSafe for MatchedNodeType
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