Struct tokio::runtime::coop::RestoreOnPending
source · pub(crate) struct RestoreOnPending(Cell<Budget>);
Tuple Fields§
§0: Cell<Budget>
Implementations§
source§impl RestoreOnPending
impl RestoreOnPending
pub(crate) fn made_progress(&self)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RestoreOnPending
impl !RefUnwindSafe for RestoreOnPending
impl Send for RestoreOnPending
impl !Sync for RestoreOnPending
impl Unpin for RestoreOnPending
impl UnwindSafe for RestoreOnPending
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