pub struct domains;Trait Implementations§
Source§impl HasArgument<after> for domains
impl HasArgument<after> for domains
Source§impl HasArgument<before> for domains
impl HasArgument<before> for domains
Source§impl HasArgument<first> for domains
impl HasArgument<first> for domains
Source§impl HasArgument<isApproved> for domains
impl HasArgument<isApproved> for domains
Source§impl HasArgument<isVerified> for domains
impl HasArgument<isVerified> for domains
Source§impl HasArgument<last> for domains
impl HasArgument<last> for domains
Source§impl HasArgument<orderBy> for domains
impl HasArgument<orderBy> for domains
Source§type ArgumentType = Option<VerifiableDomainOrder>
type ArgumentType = Option<VerifiableDomainOrder>
The schema marker type of this argument.
Source§impl HasField<domains> for Organization
impl HasField<domains> for Organization
Source§type Type = Option<VerifiableDomainConnection>
type Type = Option<VerifiableDomainConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for domains
impl RefUnwindSafe for domains
impl Send for domains
impl Sync for domains
impl Unpin for domains
impl UnwindSafe for domains
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