pub struct ProxyPoolManager { /* private fields */ }Trait Implementations§
Source§impl Manager for ProxyPoolManager
impl Manager for ProxyPoolManager
type Connection = Client
type Error = PSNError
fn connect(&self) -> ManagerFuture<'_, Result<Self::Connection, Self::Error>>
fn is_valid<'a>( &'a self, conn: &'a mut Self::Connection, ) -> ManagerFuture<'a, Result<(), Self::Error>>
fn is_closed(&self, _conn: &mut Self::Connection) -> bool
Auto Trait Implementations§
impl !Freeze for ProxyPoolManager
impl RefUnwindSafe for ProxyPoolManager
impl Send for ProxyPoolManager
impl Sync for ProxyPoolManager
impl Unpin for ProxyPoolManager
impl UnsafeUnpin for ProxyPoolManager
impl !UnwindSafe for ProxyPoolManager
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