pub struct TcpListenerHandle(/* private fields */);Expand description
A handle to a TCP listener added to a Stack.
Trait Implementations§
Source§impl Clone for TcpListenerHandle
impl Clone for TcpListenerHandle
Source§fn clone(&self) -> TcpListenerHandle
fn clone(&self) -> TcpListenerHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TcpListenerHandle
Source§impl Debug for TcpListenerHandle
impl Debug for TcpListenerHandle
impl Eq for TcpListenerHandle
Source§impl Hash for TcpListenerHandle
impl Hash for TcpListenerHandle
Source§impl Ord for TcpListenerHandle
impl Ord for TcpListenerHandle
Source§fn cmp(&self, other: &TcpListenerHandle) -> Ordering
fn cmp(&self, other: &TcpListenerHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TcpListenerHandle
impl PartialEq for TcpListenerHandle
Source§impl PartialOrd for TcpListenerHandle
impl PartialOrd for TcpListenerHandle
impl StructuralPartialEq for TcpListenerHandle
Auto Trait Implementations§
impl Freeze for TcpListenerHandle
impl RefUnwindSafe for TcpListenerHandle
impl Send for TcpListenerHandle
impl Sync for TcpListenerHandle
impl Unpin for TcpListenerHandle
impl UnsafeUnpin for TcpListenerHandle
impl UnwindSafe for TcpListenerHandle
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