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