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