Struct kanidm_proto::scim_v1::ScimEntry
[−]pub struct ScimEntry {
pub schemas: Vec<String, Global>,
pub id: Uuid,
pub external_id: Option<String>,
pub meta: Option<ScimMeta>,
pub attrs: BTreeMap<String, ScimAttr, Global>,
}
Fields
schemas: Vec<String, Global>
id: Uuid
external_id: Option<String>
meta: Option<ScimMeta>
attrs: BTreeMap<String, ScimAttr, Global>
Trait Implementations
impl<'de> Deserialize<'de> for ScimEntry
impl<'de> Deserialize<'de> for ScimEntry
fn deserialize<__D>(
__deserializer: __D
) -> Result<ScimEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ScimEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Into<ScimEntry> for ScimSyncGroup
impl Into<ScimEntry> for ScimSyncGroup
sourceimpl Into<ScimEntry> for ScimSyncPerson
impl Into<ScimEntry> for ScimSyncPerson
impl Serialize for ScimEntry
impl Serialize for ScimEntry
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
Auto Trait Implementations
impl RefUnwindSafe for ScimEntry
impl Send for ScimEntry
impl Sync for ScimEntry
impl Unpin for ScimEntry
impl UnwindSafe for ScimEntry
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