Struct rsonpath_lib::engine::result::CountResult
source · pub struct CountResult { /* private fields */ }
Expand description
Result informing on the number of values matching the executed query.
Implementations
sourceimpl CountResult
impl CountResult
Trait Implementations
sourceimpl Clone for CountResult
impl Clone for CountResult
sourcefn clone(&self) -> CountResult
fn clone(&self) -> CountResult
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 CountResult
impl Debug for CountResult
sourceimpl Default for CountResult
impl Default for CountResult
sourcefn default() -> CountResult
fn default() -> CountResult
Returns the “default value” for a type. Read more
sourceimpl Display for CountResult
impl Display for CountResult
sourceimpl Hash for CountResult
impl Hash for CountResult
sourceimpl Ord for CountResult
impl Ord for CountResult
sourcefn cmp(&self, other: &CountResult) -> Ordering
fn cmp(&self, other: &CountResult) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<CountResult> for CountResult
impl PartialEq<CountResult> for CountResult
sourcefn eq(&self, other: &CountResult) -> bool
fn eq(&self, other: &CountResult) -> bool
sourceimpl PartialOrd<CountResult> for CountResult
impl PartialOrd<CountResult> for CountResult
sourcefn partial_cmp(&self, other: &CountResult) -> Option<Ordering>
fn partial_cmp(&self, other: &CountResult) -> Option<Ordering>
1.0.0 · sourcefn 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 moresourceimpl 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
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