pub struct ParseAddrFail;Expand description
SNAFU context selector for the TunError::ParseAddrFail variant
Trait Implementations§
Source§impl Clone for ParseAddrFail
impl Clone for ParseAddrFail
Source§fn clone(&self) -> ParseAddrFail
fn clone(&self) -> ParseAddrFail
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParseAddrFail
impl Debug for ParseAddrFail
Source§impl IntoError<TunError> for ParseAddrFail
impl IntoError<TunError> for ParseAddrFail
Source§type Source = AddrParseError
type Source = AddrParseError
The underlying error
Source§fn into_error(self, error: Self::Source) -> TunError
fn into_error(self, error: Self::Source) -> TunError
Combine the information to produce the error
impl Copy for ParseAddrFail
Auto Trait Implementations§
impl Freeze for ParseAddrFail
impl RefUnwindSafe for ParseAddrFail
impl Send for ParseAddrFail
impl Sync for ParseAddrFail
impl Unpin for ParseAddrFail
impl UnwindSafe for ParseAddrFail
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