pub struct ScimOAuth2ScopeMap {
pub group: String,
pub group_uuid: Uuid,
pub scopes: BTreeSet<String>,
}
Fields§
§group: String
§group_uuid: Uuid
§scopes: BTreeSet<String>
Trait Implementations§
Source§impl Clone for ScimOAuth2ScopeMap
impl Clone for ScimOAuth2ScopeMap
Source§fn clone(&self) -> ScimOAuth2ScopeMap
fn clone(&self) -> ScimOAuth2ScopeMap
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 ScimOAuth2ScopeMap
impl Debug for ScimOAuth2ScopeMap
Source§impl Serialize for ScimOAuth2ScopeMap
impl Serialize for ScimOAuth2ScopeMap
Auto Trait Implementations§
impl Freeze for ScimOAuth2ScopeMap
impl RefUnwindSafe for ScimOAuth2ScopeMap
impl Send for ScimOAuth2ScopeMap
impl Sync for ScimOAuth2ScopeMap
impl Unpin for ScimOAuth2ScopeMap
impl UnwindSafe for ScimOAuth2ScopeMap
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> 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