pub struct LoopBudget { /* private fields */ }Expand description
Walk-level iteration budget. Prevents unbounded loops when sessions never produce termination events.
Implementations§
Auto Trait Implementations§
impl Freeze for LoopBudget
impl RefUnwindSafe for LoopBudget
impl Send for LoopBudget
impl Sync for LoopBudget
impl Unpin for LoopBudget
impl UnsafeUnpin for LoopBudget
impl UnwindSafe for LoopBudget
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