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