pub struct BudgetReservationMismatch;Expand description
A reservation from another run tree cannot fund a child run.
Trait Implementations§
Source§impl Clone for BudgetReservationMismatch
impl Clone for BudgetReservationMismatch
Source§fn clone(&self) -> BudgetReservationMismatch
fn clone(&self) -> BudgetReservationMismatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BudgetReservationMismatch
Source§impl Debug for BudgetReservationMismatch
impl Debug for BudgetReservationMismatch
Source§impl Display for BudgetReservationMismatch
impl Display for BudgetReservationMismatch
impl Eq for BudgetReservationMismatch
Source§impl Error for BudgetReservationMismatch
impl Error for BudgetReservationMismatch
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<BudgetReservationMismatch> for ChildRunError
impl From<BudgetReservationMismatch> for ChildRunError
Source§fn from(source: BudgetReservationMismatch) -> Self
fn from(source: BudgetReservationMismatch) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for BudgetReservationMismatch
Auto Trait Implementations§
impl Freeze for BudgetReservationMismatch
impl RefUnwindSafe for BudgetReservationMismatch
impl Send for BudgetReservationMismatch
impl Sync for BudgetReservationMismatch
impl Unpin for BudgetReservationMismatch
impl UnsafeUnpin for BudgetReservationMismatch
impl UnwindSafe for BudgetReservationMismatch
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