☰
ValueSet
Trait Implementations
PartialEq<Box<dyn ValueSetT + Send + Sync + 'static, Global>>
In kanidmd_lib::valueset
?
Type Definition
kanidmd_lib
::
valueset
::
ValueSet
source
·
[
−
]
pub type ValueSet =
Box
<dyn
ValueSetT
+
Send
+
Sync
+ 'static>;
Trait Implementations
§
source
§
impl
PartialEq
<
Box
<dyn
ValueSetT
+
Send
+
Sync
+ 'static,
Global
>> 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.