pub struct dnsRecords;Trait Implementations§
Source§impl Field for dnsRecords
impl Field for dnsRecords
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.
Auto Trait Implementations§
impl Freeze for dnsRecords
impl RefUnwindSafe for dnsRecords
impl Send for dnsRecords
impl Sync for dnsRecords
impl Unpin for dnsRecords
impl UnwindSafe for dnsRecords
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