pub enum PricingSource {
Bundled,
Local,
}Expand description
Which snapshot priced this estimate: the one compiled into the library, or one
read from disk (refreshed).
Variants§
Trait Implementations§
Source§impl Clone for PricingSource
impl Clone for PricingSource
Source§fn clone(&self) -> PricingSource
fn clone(&self) -> PricingSource
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 PricingSource
Source§impl Debug for PricingSource
impl Debug for PricingSource
impl Eq for PricingSource
Source§impl PartialEq for PricingSource
impl PartialEq for PricingSource
Source§fn eq(&self, other: &PricingSource) -> bool
fn eq(&self, other: &PricingSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PricingSource
impl Serialize for PricingSource
impl StructuralPartialEq for PricingSource
Auto Trait Implementations§
impl Freeze for PricingSource
impl RefUnwindSafe for PricingSource
impl Send for PricingSource
impl Sync for PricingSource
impl Unpin for PricingSource
impl UnsafeUnpin for PricingSource
impl UnwindSafe for PricingSource
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