Struct kanidmd_lib::filter::FilterValid
source · pub struct FilterValid { /* private fields */ }
Trait Implementations§
source§impl Clone for FilterValid
impl Clone for FilterValid
source§fn clone(&self) -> FilterValid
fn clone(&self) -> FilterValid
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 FilterValid
impl Debug for FilterValid
source§impl Hash for FilterValid
impl Hash for FilterValid
source§impl Ord for FilterValid
impl Ord for FilterValid
source§fn cmp(&self, other: &FilterValid) -> Ordering
fn cmp(&self, other: &FilterValid) -> 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<FilterValid> for FilterValid
impl PartialEq<FilterValid> for FilterValid
source§fn eq(&self, other: &FilterValid) -> bool
fn eq(&self, other: &FilterValid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FilterValid> for FilterValid
impl PartialOrd<FilterValid> for FilterValid
source§fn partial_cmp(&self, other: &FilterValid) -> Option<Ordering>
fn partial_cmp(&self, other: &FilterValid) -> 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 more