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