pub struct DomainGetInfoResponse(/* private fields */);
Trait Implementations§
Source§impl Debug for DomainGetInfoResponse
impl Debug for DomainGetInfoResponse
Source§impl From<DomainGetInfoResponse> for DomainInfo
impl From<DomainGetInfoResponse> for DomainInfo
Source§fn from(resp: DomainGetInfoResponse) -> Self
fn from(resp: DomainGetInfoResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DomainGetInfoResponse
impl RefUnwindSafe for DomainGetInfoResponse
impl Send for DomainGetInfoResponse
impl Sync for DomainGetInfoResponse
impl Unpin for DomainGetInfoResponse
impl UnwindSafe for DomainGetInfoResponse
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