pub struct ProviderCostEstimate {
pub usd_nanos: u64,
pub accuracy: Value,
pub pricing_version: String,
}Expand description
One compatibility price returned by the application-owned provider catalog.
Fields§
§usd_nanos: u64§accuracy: Value§pricing_version: StringTrait Implementations§
Source§impl Clone for ProviderCostEstimate
impl Clone for ProviderCostEstimate
Source§fn clone(&self) -> ProviderCostEstimate
fn clone(&self) -> ProviderCostEstimate
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 moreSource§impl Debug for ProviderCostEstimate
impl Debug for ProviderCostEstimate
impl Eq for ProviderCostEstimate
Source§impl PartialEq for ProviderCostEstimate
impl PartialEq for ProviderCostEstimate
impl StructuralPartialEq for ProviderCostEstimate
Auto Trait Implementations§
impl Freeze for ProviderCostEstimate
impl RefUnwindSafe for ProviderCostEstimate
impl Send for ProviderCostEstimate
impl Sync for ProviderCostEstimate
impl Unpin for ProviderCostEstimate
impl UnsafeUnpin for ProviderCostEstimate
impl UnwindSafe for ProviderCostEstimate
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