Enum DeltaExposureConvention
pub enum DeltaExposureConvention {
ContractDelta,
ShareDelta,
DollarDelta,
}Variants§
Trait Implementations§
§impl Clone for DeltaExposureConvention
impl Clone for DeltaExposureConvention
§fn clone(&self) -> DeltaExposureConvention
fn clone(&self) -> DeltaExposureConvention
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for DeltaExposureConvention
impl PartialEq for DeltaExposureConvention
impl Copy for DeltaExposureConvention
impl Eq for DeltaExposureConvention
impl StructuralPartialEq for DeltaExposureConvention
Auto Trait Implementations§
impl Freeze for DeltaExposureConvention
impl RefUnwindSafe for DeltaExposureConvention
impl Send for DeltaExposureConvention
impl Sync for DeltaExposureConvention
impl Unpin for DeltaExposureConvention
impl UnsafeUnpin for DeltaExposureConvention
impl UnwindSafe for DeltaExposureConvention
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)