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