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