pub struct ScimEntryApplicationPost {
pub name: String,
pub displayname: String,
pub linked_group: ScimReference,
}
Fields§
§name: String
§displayname: String
§linked_group: ScimReference
Trait Implementations§
Source§impl Clone for ScimEntryApplicationPost
impl Clone for ScimEntryApplicationPost
Source§fn clone(&self) -> ScimEntryApplicationPost
fn clone(&self) -> ScimEntryApplicationPost
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 ScimEntryApplicationPost
impl Debug for ScimEntryApplicationPost
Auto Trait Implementations§
impl Freeze for ScimEntryApplicationPost
impl RefUnwindSafe for ScimEntryApplicationPost
impl Send for ScimEntryApplicationPost
impl Sync for ScimEntryApplicationPost
impl Unpin for ScimEntryApplicationPost
impl UnwindSafe for ScimEntryApplicationPost
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