pub struct TCPServer<I, R, T, B, C, IST> { /* private fields */ }
Implementations§
Trait Implementations§
impl<I, R, T, B, C, IST> Send for TCPServer<I, R, T, B, C, IST>
impl<I, R, T, B, C, IST> Sync for TCPServer<I, R, T, B, C, IST>
Auto Trait Implementations§
impl<I, R, T, B, C, IST> !Freeze for TCPServer<I, R, T, B, C, IST>
impl<I, R, T, B, C, IST> RefUnwindSafe for TCPServer<I, R, T, B, C, IST>where
I: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
C: RefUnwindSafe,
B: RefUnwindSafe,
IST: RefUnwindSafe,
impl<I, R, T, B, C, IST> Unpin for TCPServer<I, R, T, B, C, IST>
impl<I, R, T, B, C, IST> UnwindSafe for TCPServer<I, R, T, B, C, IST>where
IST: RefUnwindSafe,
I: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
C: UnwindSafe,
B: UnwindSafe,
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