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