pub struct DefaultConnectorAdapator;Expand description
Default type that implemented ConnectorAdaptor, just passes through the connector
Trait Implementations§
Source§impl<R> ConnectorAdaptor<R> for DefaultConnectorAdapator
impl<R> ConnectorAdaptor<R> for DefaultConnectorAdapator
type Connect = HttpsConnector<HttpConnector<R>>
fn wrap(connector: PoolConnector<R>) -> Self::Connect
Auto Trait Implementations§
impl Freeze for DefaultConnectorAdapator
impl RefUnwindSafe for DefaultConnectorAdapator
impl Send for DefaultConnectorAdapator
impl Sync for DefaultConnectorAdapator
impl Unpin for DefaultConnectorAdapator
impl UnwindSafe for DefaultConnectorAdapator
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