pub struct SetCustomDomainResponse {
pub domain: String,
pub verified: bool,
pub dns_instructions: Option<DnsInstructions>,
}Fields§
§domain: String§verified: bool§dns_instructions: Option<DnsInstructions>Trait Implementations§
Source§impl Clone for SetCustomDomainResponse
impl Clone for SetCustomDomainResponse
Source§fn clone(&self) -> SetCustomDomainResponse
fn clone(&self) -> SetCustomDomainResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetCustomDomainResponse
impl Debug for SetCustomDomainResponse
Source§impl<'de> Deserialize<'de> for SetCustomDomainResponse
impl<'de> Deserialize<'de> for SetCustomDomainResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetCustomDomainResponse
impl RefUnwindSafe for SetCustomDomainResponse
impl Send for SetCustomDomainResponse
impl Sync for SetCustomDomainResponse
impl Unpin for SetCustomDomainResponse
impl UnsafeUnpin for SetCustomDomainResponse
impl UnwindSafe for SetCustomDomainResponse
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