pub struct SignalingSocket { /* private fields */ }Expand description
Clone of a TCP socket retained independently of its clear or TLS stream.
Implementations§
Trait Implementations§
Source§impl Debug for SignalingSocket
impl Debug for SignalingSocket
Source§impl StationSocketQos for SignalingSocket
impl StationSocketQos for SignalingSocket
fn apply(&self, qos: SignalingQos) -> SocketQosReport
Auto Trait Implementations§
impl Freeze for SignalingSocket
impl RefUnwindSafe for SignalingSocket
impl Send for SignalingSocket
impl Sync for SignalingSocket
impl Unpin for SignalingSocket
impl UnsafeUnpin for SignalingSocket
impl UnwindSafe for SignalingSocket
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