pub struct TunnelHandle {
pub channel_id: u32,
}Expand description
A handle identifying a tunnel channel.
Fields§
§channel_id: u32Trait Implementations§
Source§impl Clone for TunnelHandle
impl Clone for TunnelHandle
Source§fn clone(&self) -> TunnelHandle
fn clone(&self) -> TunnelHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TunnelHandle
impl Debug for TunnelHandle
Source§impl Hash for TunnelHandle
impl Hash for TunnelHandle
Source§impl PartialEq for TunnelHandle
impl PartialEq for TunnelHandle
impl Copy for TunnelHandle
impl Eq for TunnelHandle
impl StructuralPartialEq for TunnelHandle
Auto Trait Implementations§
impl Freeze for TunnelHandle
impl RefUnwindSafe for TunnelHandle
impl Send for TunnelHandle
impl Sync for TunnelHandle
impl Unpin for TunnelHandle
impl UnwindSafe for TunnelHandle
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