pub(crate) struct BudgetDecrement {
success: bool,
hit_zero: bool,
}Fields§
§success: bool§hit_zero: boolAuto Trait Implementations§
impl Freeze for BudgetDecrement
impl RefUnwindSafe for BudgetDecrement
impl Send for BudgetDecrement
impl Sync for BudgetDecrement
impl Unpin for BudgetDecrement
impl UnsafeUnpin 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