pub struct ReusePort;Available on crate feature
socket only.Expand description
Permits multiple AF_INET or AF_INET6 sockets to be bound to an identical socket address.
Trait Implementations§
Source§impl GetSockOpt for ReusePort
impl GetSockOpt for ReusePort
Source§impl SetSockOpt for ReusePort
impl SetSockOpt for ReusePort
impl Copy for ReusePort
impl Eq for ReusePort
impl StructuralPartialEq for ReusePort
Auto Trait Implementations§
impl Freeze for ReusePort
Available on Unix only.
impl RefUnwindSafe for ReusePort
Available on Unix only.
impl Send for ReusePort
Available on Unix only.
impl Sync for ReusePort
Available on Unix only.
impl Unpin for ReusePort
Available on Unix only.
impl UnwindSafe for ReusePort
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.