pub struct Connecting;Expand description
An ongoing connection attempt.
Implementations§
Source§impl Connecting
impl Connecting
Sourcepub async fn await_connection(self) -> Result<Connection>
pub async fn await_connection(self) -> Result<Connection>
Waits for the connection attempt to complete.
Auto Trait Implementations§
impl Freeze for Connecting
impl RefUnwindSafe for Connecting
impl Send for Connecting
impl Sync for Connecting
impl Unpin for Connecting
impl UnsafeUnpin for Connecting
impl UnwindSafe for Connecting
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