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