pub struct scimIdentity;Trait Implementations§
Source§impl Field for scimIdentity
impl Field for scimIdentity
Source§impl HasField<scimIdentity> for ExternalIdentity
impl HasField<scimIdentity> for ExternalIdentity
Source§type Type = Option<ExternalIdentityScimAttributes>
type Type = Option<ExternalIdentityScimAttributes>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for scimIdentity
impl RefUnwindSafe for scimIdentity
impl Send for scimIdentity
impl Sync for scimIdentity
impl Unpin for scimIdentity
impl UnwindSafe for scimIdentity
Blanket Implementations§
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