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