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