Struct tokio::runtime::coop::BudgetDecrement
source · pub(crate) struct BudgetDecrement {
success: bool,
hit_zero: bool,
}
Fields§
§success: bool
§hit_zero: bool
Auto Trait Implementations§
impl Freeze for BudgetDecrement
impl RefUnwindSafe for BudgetDecrement
impl Send for BudgetDecrement
impl Sync for BudgetDecrement
impl Unpin for BudgetDecrement
impl UnwindSafe for BudgetDecrement
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