pub struct scimEnabled;Trait Implementations§
Source§impl Field for scimEnabled
impl Field for scimEnabled
Source§impl HasField<scimEnabled> for IdentityProvider
impl HasField<scimEnabled> for IdentityProvider
Auto Trait Implementations§
impl Freeze for scimEnabled
impl RefUnwindSafe for scimEnabled
impl Send for scimEnabled
impl Sync for scimEnabled
impl Unpin for scimEnabled
impl UnwindSafe for scimEnabled
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