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