Enum QuoteCostOutcome
pub enum QuoteCostOutcome {
Available(QuoteCost),
Degraded {
cost: QuoteCost,
degradation: QuoteCostDegradation,
},
Unavailable {
reason: QuoteCostUnavailability,
},
}Variants§
Implementations§
Trait Implementations§
§impl Clone for QuoteCostOutcome
impl Clone for QuoteCostOutcome
§fn clone(&self) -> QuoteCostOutcome
fn clone(&self) -> QuoteCostOutcome
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for QuoteCostOutcome
impl PartialEq for QuoteCostOutcome
impl Copy for QuoteCostOutcome
impl StructuralPartialEq for QuoteCostOutcome
Auto Trait Implementations§
impl Freeze for QuoteCostOutcome
impl RefUnwindSafe for QuoteCostOutcome
impl Send for QuoteCostOutcome
impl Sync for QuoteCostOutcome
impl Unpin for QuoteCostOutcome
impl UnsafeUnpin for QuoteCostOutcome
impl UnwindSafe for QuoteCostOutcome
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)