Struct de_net::tasks::communicator::channels::ConnectionError
source · pub struct ConnectionError {
target: SocketAddr,
}
Expand description
This error indicates failure to deliver a package to the target.
Fields§
§target: SocketAddr
Implementations§
source§impl ConnectionError
impl ConnectionError
pub(crate) fn new(target: SocketAddr) -> Self
pub fn target(&self) -> SocketAddr
Auto Trait Implementations§
impl Freeze for ConnectionError
impl RefUnwindSafe for ConnectionError
impl Send for ConnectionError
impl Sync for ConnectionError
impl Unpin for ConnectionError
impl UnwindSafe for ConnectionError
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