pub struct DomainDefineXMLResponse(/* private fields */);
Implementations§
Source§impl DomainDefineXMLResponse
impl DomainDefineXMLResponse
pub fn get_domain(&self) -> Domain
Trait Implementations§
Source§impl Debug for DomainDefineXMLResponse
impl Debug for DomainDefineXMLResponse
Source§impl Into<Domain> for DomainDefineXMLResponse
impl Into<Domain> for DomainDefineXMLResponse
Auto Trait Implementations§
impl Freeze for DomainDefineXMLResponse
impl RefUnwindSafe for DomainDefineXMLResponse
impl Send for DomainDefineXMLResponse
impl Sync for DomainDefineXMLResponse
impl Unpin for DomainDefineXMLResponse
impl UnwindSafe for DomainDefineXMLResponse
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