Type Alias kanidmd_lib::valueset::ValueSet

source ·
pub type ValueSet = Box<dyn ValueSetT + Send + Sync + 'static>;

Aliased Type§

struct ValueSet(/* private fields */);

Trait Implementations§

source§

impl PartialEq for ValueSet

source§

fn eq(&self, other: &ValueSet) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.