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