pub struct PlanCost { /* private fields */ }Expand description
Exact caller-observed price and spending ceiling in common scaled units.
Implementations§
Trait Implementations§
impl Copy for PlanCost
impl Eq for PlanCost
impl StructuralPartialEq for PlanCost
Auto Trait Implementations§
impl Freeze for PlanCost
impl RefUnwindSafe for PlanCost
impl Send for PlanCost
impl Sync for PlanCost
impl Unpin for PlanCost
impl UnsafeUnpin for PlanCost
impl UnwindSafe for PlanCost
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