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