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