pub struct ConnectorBuilder;Implementations§
Auto Trait Implementations§
impl Freeze for ConnectorBuilder
impl RefUnwindSafe for ConnectorBuilder
impl Send for ConnectorBuilder
impl Sync for ConnectorBuilder
impl Unpin for ConnectorBuilder
impl UnsafeUnpin for ConnectorBuilder
impl UnwindSafe for ConnectorBuilder
Blanket Implementations§
impl<T> AsyncConnector for T
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