pub struct TokioSocket(/* private fields */);Available on crate feature
tokio-socket only.Expand description
A Socket that uses a UnixStream from the tokio crate internally.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TokioSocket
impl RefUnwindSafe for TokioSocket
impl Send for TokioSocket
impl Sync for TokioSocket
impl Unpin for TokioSocket
impl UnwindSafe for TokioSocket
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