pub struct FcnetdConnectionPool<S: Socket> { /* private fields */ }Available on crate feature
connection-pool only.Implementations§
Trait Implementations§
Source§impl<S: Socket> Manager for FcnetdConnectionPool<S>
Available on crate feature deadpool only.
impl<S: Socket> Manager for FcnetdConnectionPool<S>
Available on crate feature
deadpool only.Auto Trait Implementations§
impl<S> Freeze for FcnetdConnectionPool<S>
impl<S> RefUnwindSafe for FcnetdConnectionPool<S>where
S: RefUnwindSafe,
impl<S> Send for FcnetdConnectionPool<S>
impl<S> Sync for FcnetdConnectionPool<S>
impl<S> Unpin for FcnetdConnectionPool<S>
impl<S> UnwindSafe for FcnetdConnectionPool<S>where
S: 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