pub struct AsyncStdSocketFactory;
Implementations§
Source§impl AsyncStdSocketFactory
impl AsyncStdSocketFactory
pub fn new() -> AsyncStdSocketFactory
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncStdSocketFactory
impl RefUnwindSafe for AsyncStdSocketFactory
impl Send for AsyncStdSocketFactory
impl Sync for AsyncStdSocketFactory
impl Unpin for AsyncStdSocketFactory
impl UnwindSafe for AsyncStdSocketFactory
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