pub enum AppletTunnel {}Expand description
Starts a direct tunnel with an applet.
Trait Implementations§
Source§impl Debug for AppletTunnel
impl Debug for AppletTunnel
Auto Trait Implementations§
impl Freeze for AppletTunnel
impl RefUnwindSafe for AppletTunnel
impl Send for AppletTunnel
impl Sync for AppletTunnel
impl Unpin for AppletTunnel
impl UnwindSafe for AppletTunnel
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