pub struct SesDomainIdentityDnsRecord;Trait Implementations§
Source§impl HasField<content> for SesDomainIdentityDnsRecord
impl HasField<content> for SesDomainIdentityDnsRecord
Source§impl HasField<name> for SesDomainIdentityDnsRecord
impl HasField<name> for SesDomainIdentityDnsRecord
Source§impl HasField<type> for SesDomainIdentityDnsRecord
impl HasField<type> for SesDomainIdentityDnsRecord
Auto Trait Implementations§
impl Freeze for SesDomainIdentityDnsRecord
impl RefUnwindSafe for SesDomainIdentityDnsRecord
impl Send for SesDomainIdentityDnsRecord
impl Sync for SesDomainIdentityDnsRecord
impl Unpin for SesDomainIdentityDnsRecord
impl UnwindSafe for SesDomainIdentityDnsRecord
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