Struct kanidm_proto::scim_v1::ScimComplexAttr
pub struct ScimComplexAttr {
pub attrs: BTreeMap<String, ScimSimpleAttr, Global>,
}
Fields§
§attrs: BTreeMap<String, ScimSimpleAttr, Global>
Trait Implementations§
§impl Clone for ScimComplexAttr
impl Clone for ScimComplexAttr
§fn clone(&self) -> ScimComplexAttr
fn clone(&self) -> ScimComplexAttr
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 more§impl Debug for ScimComplexAttr
impl Debug for ScimComplexAttr
source§impl Into<ScimComplexAttr> for ScimExternalMember
impl Into<ScimComplexAttr> for ScimExternalMember
source§fn into(self) -> ScimComplexAttr
fn into(self) -> ScimComplexAttr
Converts this type into the (usually inferred) input type.
source§impl Into<ScimComplexAttr> for ScimTotp
impl Into<ScimComplexAttr> for ScimTotp
source§fn into(self) -> ScimComplexAttr
fn into(self) -> ScimComplexAttr
Converts this type into the (usually inferred) input type.
§impl Into<Value> for ScimComplexAttr
impl Into<Value> for ScimComplexAttr
§impl PartialEq<ScimComplexAttr> for ScimComplexAttr
impl PartialEq<ScimComplexAttr> for ScimComplexAttr
§fn eq(&self, other: &ScimComplexAttr) -> bool
fn eq(&self, other: &ScimComplexAttr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl Serialize for ScimComplexAttr
impl Serialize for ScimComplexAttr
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more