pub enum TunneledType {
Tcp,
Udp,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for TunneledType
impl Debug for TunneledType
Source§impl Display for TunneledType
impl Display for TunneledType
Auto Trait Implementations§
impl Freeze for TunneledType
impl RefUnwindSafe for TunneledType
impl Send for TunneledType
impl Sync for TunneledType
impl Unpin for TunneledType
impl UnsafeUnpin for TunneledType
impl UnwindSafe for TunneledType
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