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