pub struct ReconnectInProgressAttempt { /* private fields */ }Expand description
Sealed in-progress authority held while the binding opens a real connection.
Implementations§
Source§impl ReconnectInProgressAttempt
impl ReconnectInProgressAttempt
Sourcepub const fn event(&self) -> ReconnectFreshEvent
pub const fn event(&self) -> ReconnectFreshEvent
Returns the fresh event authorizing the real connection attempt.
Trait Implementations§
Source§impl Debug for ReconnectInProgressAttempt
impl Debug for ReconnectInProgressAttempt
impl Eq for ReconnectInProgressAttempt
impl StructuralPartialEq for ReconnectInProgressAttempt
Auto Trait Implementations§
impl Freeze for ReconnectInProgressAttempt
impl RefUnwindSafe for ReconnectInProgressAttempt
impl Send for ReconnectInProgressAttempt
impl Sync for ReconnectInProgressAttempt
impl Unpin for ReconnectInProgressAttempt
impl UnsafeUnpin for ReconnectInProgressAttempt
impl UnwindSafe for ReconnectInProgressAttempt
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