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