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