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