pub struct SesDomainIdentity;Trait Implementations§
Source§impl HasField<__typename> for SesDomainIdentity
impl HasField<__typename> for SesDomainIdentity
Source§impl HasField<archivedAt> for SesDomainIdentity
impl HasField<archivedAt> for SesDomainIdentity
Source§impl HasField<createdAt> for SesDomainIdentity
impl HasField<createdAt> for SesDomainIdentity
Source§impl HasField<creator> for SesDomainIdentity
impl HasField<creator> for SesDomainIdentity
Source§impl HasField<dnsRecords> for SesDomainIdentity
impl HasField<dnsRecords> for SesDomainIdentity
Source§type Type = Vec<SesDomainIdentityDnsRecord>
type Type = Vec<SesDomainIdentityDnsRecord>
The schema marker type of this field.
Source§impl HasField<domain> for SesDomainIdentity
impl HasField<domain> for SesDomainIdentity
Source§impl HasField<id> for SesDomainIdentity
impl HasField<id> for SesDomainIdentity
Source§impl HasField<organization> for SesDomainIdentity
impl HasField<organization> for SesDomainIdentity
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<region> for SesDomainIdentity
impl HasField<region> for SesDomainIdentity
Source§impl HasField<updatedAt> for SesDomainIdentity
impl HasField<updatedAt> for SesDomainIdentity
Source§impl NamedType for SesDomainIdentity
impl NamedType for SesDomainIdentity
impl HasSubtype<SesDomainIdentity> for Node
Auto Trait Implementations§
impl Freeze for SesDomainIdentity
impl RefUnwindSafe for SesDomainIdentity
impl Send for SesDomainIdentity
impl Sync for SesDomainIdentity
impl Unpin for SesDomainIdentity
impl UnwindSafe for SesDomainIdentity
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