pub enum Trip {
Rule,
Run,
}Expand description
Which budget was breached.
Variants§
Trait Implementations§
impl Copy for Trip
impl Eq for Trip
impl StructuralPartialEq for Trip
Auto Trait Implementations§
impl Freeze for Trip
impl RefUnwindSafe for Trip
impl Send for Trip
impl Sync for Trip
impl Unpin for Trip
impl UnsafeUnpin for Trip
impl UnwindSafe for Trip
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