pub struct RunBudget { /* private fields */ }Expand description
Tracks the token budget for a single run.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunBudget
impl RefUnwindSafe for RunBudget
impl Send for RunBudget
impl Sync for RunBudget
impl Unpin for RunBudget
impl UnsafeUnpin for RunBudget
impl UnwindSafe for RunBudget
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