pub struct CablePath {
pub method: CableMethod,
pub routing_id: RoutingId,
pub tunnel_id: TunnelId,
}Expand description
Path for caBLE WebSocket tunnel protocol.
Fields§
§method: CableMethodThe method for the tunnel.
routing_id: RoutingIdThe routing ID of the tunnel.
tunnel_id: TunnelIdThe tunnel ID of the tunnel.
Implementations§
Trait Implementations§
impl Copy for CablePath
impl Eq for CablePath
impl StructuralPartialEq for CablePath
Auto Trait Implementations§
impl Freeze for CablePath
impl RefUnwindSafe for CablePath
impl Send for CablePath
impl Sync for CablePath
impl Unpin for CablePath
impl UnwindSafe for CablePath
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