pub enum TunnelControlEvent {
NewClient(NewClient),
UdpChannelDetails(UdpChannelDetails),
}Variants§
NewClient(NewClient)
UdpChannelDetails(UdpChannelDetails)
Auto Trait Implementations§
impl Freeze for TunnelControlEvent
impl RefUnwindSafe for TunnelControlEvent
impl Send for TunnelControlEvent
impl Sync for TunnelControlEvent
impl Unpin for TunnelControlEvent
impl UnwindSafe for TunnelControlEvent
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