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