Struct rsonpath_lib::result::CountResult
source · pub struct CountResult { /* private fields */ }
Expand description
Result informing on the number of values matching the executed query.
Implementations§
Trait Implementations§
source§impl Clone for CountResult
impl Clone for CountResult
source§fn clone(&self) -> CountResult
fn clone(&self) -> CountResult
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 CountResult
impl Debug for CountResult
source§impl Default for CountResult
impl Default for CountResult
source§fn default() -> CountResult
fn default() -> CountResult
Returns the “default value” for a type. Read more
source§impl Display for CountResult
impl Display for CountResult
source§impl Hash for CountResult
impl Hash for CountResult
source§impl Ord for CountResult
impl Ord for CountResult
source§fn cmp(&self, other: &CountResult) -> Ordering
fn cmp(&self, other: &CountResult) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<CountResult> for CountResult
impl PartialEq<CountResult> for CountResult
source§fn eq(&self, other: &CountResult) -> bool
fn eq(&self, other: &CountResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CountResult> for CountResult
impl PartialOrd<CountResult> for CountResult
source§fn partial_cmp(&self, other: &CountResult) -> Option<Ordering>
fn partial_cmp(&self, other: &CountResult) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl QueryResult for CountResult
impl QueryResult for CountResult
impl Copy for CountResult
impl Eq for CountResult
impl StructuralEq for CountResult
impl StructuralPartialEq for CountResult
Auto Trait Implementations§
impl RefUnwindSafe for CountResult
impl Send for CountResult
impl Sync for CountResult
impl Unpin for CountResult
impl UnwindSafe for CountResult
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