pub enum AddrResponse {
Register,
ResolveStr(Recipient<RemoteWrapper>),
ResolveRec(String),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for AddrResponse
impl !UnwindSafe for AddrResponse
impl Freeze for AddrResponse
impl Send for AddrResponse
impl Sync for AddrResponse
impl Unpin for AddrResponse
impl UnsafeUnpin for AddrResponse
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