pub struct TunnelHostFailed(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for TunnelHostFailed
impl Debug for TunnelHostFailed
Source§impl Display for TunnelHostFailed
impl Display for TunnelHostFailed
Source§impl From<TunnelHostFailed> for AnyError
impl From<TunnelHostFailed> for AnyError
Source§fn from(e: TunnelHostFailed) -> AnyError
fn from(e: TunnelHostFailed) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TunnelHostFailed
impl RefUnwindSafe for TunnelHostFailed
impl Send for TunnelHostFailed
impl Sync for TunnelHostFailed
impl Unpin for TunnelHostFailed
impl UnwindSafe for TunnelHostFailed
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