Struct kanidm_proto::scim_v1::ScimEntryGeneric
source · pub struct ScimEntryGeneric {
pub header: ScimEntryHeader,
pub attrs: BTreeMap<Attribute, Value>,
}
Expand description
A generic ScimEntry. This retains attribute values in a generic state awaiting processing by schema aware transforms either by the server or the client.
Fields§
§header: ScimEntryHeader
§attrs: BTreeMap<Attribute, Value>
Trait Implementations§
source§impl Clone for ScimEntryGeneric
impl Clone for ScimEntryGeneric
source§fn clone(&self) -> ScimEntryGeneric
fn clone(&self) -> ScimEntryGeneric
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 moresource§impl Debug for ScimEntryGeneric
impl Debug for ScimEntryGeneric
source§impl<'de> Deserialize<'de> for ScimEntryGeneric
impl<'de> Deserialize<'de> for ScimEntryGeneric
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ScimEntryGeneric
impl Serialize for ScimEntryGeneric
Auto Trait Implementations§
impl Freeze for ScimEntryGeneric
impl RefUnwindSafe for ScimEntryGeneric
impl Send for ScimEntryGeneric
impl Sync for ScimEntryGeneric
impl Unpin for ScimEntryGeneric
impl UnwindSafe for ScimEntryGeneric
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)