pub struct NotifyUpgradeReady(/* private fields */);
Expand description
A notifier that sends the upgraded connection when ready.
Implementations§
Auto Trait Implementations§
impl Freeze for NotifyUpgradeReady
impl RefUnwindSafe for NotifyUpgradeReady
impl Send for NotifyUpgradeReady
impl Sync for NotifyUpgradeReady
impl Unpin for NotifyUpgradeReady
impl UnwindSafe for NotifyUpgradeReady
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