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