Struct kanidm_proto::scim_v1::server::ScimOAuth2ClaimMap
source · pub struct ScimOAuth2ClaimMap {
pub group: Uuid,
pub claim: String,
pub join_char: String,
pub values: BTreeSet<String>,
}
Fields§
§group: Uuid
§claim: String
§join_char: String
§values: BTreeSet<String>
Trait Implementations§
source§impl Clone for ScimOAuth2ClaimMap
impl Clone for ScimOAuth2ClaimMap
source§fn clone(&self) -> ScimOAuth2ClaimMap
fn clone(&self) -> ScimOAuth2ClaimMap
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 ScimOAuth2ClaimMap
impl Debug for ScimOAuth2ClaimMap
source§impl Serialize for ScimOAuth2ClaimMap
impl Serialize for ScimOAuth2ClaimMap
Auto Trait Implementations§
impl Freeze for ScimOAuth2ClaimMap
impl RefUnwindSafe for ScimOAuth2ClaimMap
impl Send for ScimOAuth2ClaimMap
impl Sync for ScimOAuth2ClaimMap
impl Unpin for ScimOAuth2ClaimMap
impl UnwindSafe for ScimOAuth2ClaimMap
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
)