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