pub struct ResolvedLimits {
pub deadline: Resolved<Option<Duration>>,
pub stuck: Resolved<Stuck>,
pub cost_usd: Resolved<Option<f64>>,
}Fields§
§deadline: Resolved<Option<Duration>>§stuck: Resolved<Stuck>§cost_usd: Resolved<Option<f64>>Trait Implementations§
Source§impl Clone for ResolvedLimits
impl Clone for ResolvedLimits
Source§impl Debug for ResolvedLimits
impl Debug for ResolvedLimits
Source§impl PartialEq for ResolvedLimits
impl PartialEq for ResolvedLimits
impl StructuralPartialEq for ResolvedLimits
Auto Trait Implementations§
impl Freeze for ResolvedLimits
impl RefUnwindSafe for ResolvedLimits
impl Send for ResolvedLimits
impl Sync for ResolvedLimits
impl Unpin for ResolvedLimits
impl UnsafeUnpin for ResolvedLimits
impl UnwindSafe for ResolvedLimits
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