pub struct ConnectorPacket {
pub packet_type: ConnectorPacketType,
pub tunnel_id: u128,
pub ssl: bool,
pub ssh: bool,
pub exit: bool,
}Fields§
§packet_type: ConnectorPacketType§tunnel_id: u128§ssl: bool§ssh: bool§exit: boolImplementations§
Trait Implementations§
Source§impl Debug for ConnectorPacket
impl Debug for ConnectorPacket
Auto Trait Implementations§
impl Freeze for ConnectorPacket
impl RefUnwindSafe for ConnectorPacket
impl Send for ConnectorPacket
impl Sync for ConnectorPacket
impl Unpin for ConnectorPacket
impl UnsafeUnpin for ConnectorPacket
impl UnwindSafe for ConnectorPacket
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