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