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