Enum QuoteCostDegradation
#[non_exhaustive]pub enum QuoteCostDegradation {
LockedMarket,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
LockedMarket
Trait Implementations§
§impl Clone for QuoteCostDegradation
impl Clone for QuoteCostDegradation
§fn clone(&self) -> QuoteCostDegradation
fn clone(&self) -> QuoteCostDegradation
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Hash for QuoteCostDegradation
impl Hash for QuoteCostDegradation
§impl PartialEq for QuoteCostDegradation
impl PartialEq for QuoteCostDegradation
impl Copy for QuoteCostDegradation
impl Eq for QuoteCostDegradation
impl StructuralPartialEq for QuoteCostDegradation
Auto Trait Implementations§
impl Freeze for QuoteCostDegradation
impl RefUnwindSafe for QuoteCostDegradation
impl Send for QuoteCostDegradation
impl Sync for QuoteCostDegradation
impl Unpin for QuoteCostDegradation
impl UnsafeUnpin for QuoteCostDegradation
impl UnwindSafe for QuoteCostDegradation
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)