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