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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for ScimComplexAttr
impl Debug for ScimComplexAttr
sourceimpl Into<ScimComplexAttr> for ScimExternalMember
impl Into<ScimComplexAttr> for ScimExternalMember
sourcefn into(self) -> ScimComplexAttr
fn into(self) -> ScimComplexAttr
Converts this type into the (usually inferred) input type.
sourceimpl Into<ScimComplexAttr> for ScimTotp
impl Into<ScimComplexAttr> for ScimTotp
sourcefn 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
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
impl TryFrom<Map<String, Value>> for ScimComplexAttr
impl TryFrom<Map<String, Value>> for ScimComplexAttr
impl TryFrom<Value> for ScimComplexAttr
impl TryFrom<Value> for ScimComplexAttr
fn try_from(
value: Value
) -> Result<ScimComplexAttr, <ScimComplexAttr as TryFrom<Value>>::Error>
fn try_from(
value: Value
) -> Result<ScimComplexAttr, <ScimComplexAttr as TryFrom<Value>>::Error>
Performs the conversion.
impl Eq for ScimComplexAttr
impl StructuralEq for ScimComplexAttr
impl StructuralPartialEq for ScimComplexAttr
Auto Trait Implementations
impl RefUnwindSafe for ScimComplexAttr
impl Send for ScimComplexAttr
impl Sync for ScimComplexAttr
impl Unpin for ScimComplexAttr
impl UnwindSafe for ScimComplexAttr
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