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