pub enum TunnelType {
Tcp,
Http,
}Variants§
Trait Implementations§
Source§impl Debug for TunnelType
impl Debug for TunnelType
Source§impl Display for TunnelType
impl Display for TunnelType
Source§impl FromStr for TunnelType
impl FromStr for TunnelType
Source§impl PartialEq for TunnelType
impl PartialEq for TunnelType
impl Eq for TunnelType
impl StructuralPartialEq for TunnelType
Auto Trait Implementations§
impl Freeze for TunnelType
impl RefUnwindSafe for TunnelType
impl Send for TunnelType
impl Sync for TunnelType
impl Unpin for TunnelType
impl UnsafeUnpin for TunnelType
impl UnwindSafe for TunnelType
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.