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