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