struct UpgradedCloseNotify {
closed: AtomicBool,
task: AtomicWaker,
}Fields§
§closed: AtomicBool§task: AtomicWakerImplementations§
Auto Trait Implementations§
impl !Freeze for UpgradedCloseNotify
impl !RefUnwindSafe for UpgradedCloseNotify
impl Send for UpgradedCloseNotify
impl Sync for UpgradedCloseNotify
impl Unpin for UpgradedCloseNotify
impl UnsafeUnpin for UpgradedCloseNotify
impl UnwindSafe for UpgradedCloseNotify
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