cairo_lang_sierra::extensions::types

Trait NoGenericArgsGenericType

source
pub trait NoGenericArgsGenericType: Default {
    const ID: GenericTypeId;
    const STORABLE: bool;
    const DUPLICATABLE: bool;
    const DROPPABLE: bool;
    const ZERO_SIZED: bool;
}
Expand description

Trait for describing a generic type with no generic arguments.

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

source§

impl NoGenericArgsGenericType for BitwiseType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for Bytes31Type

source§

impl NoGenericArgsGenericType for AddModType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for CircuitFailureGuarantee

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for CircuitModulus

source§

impl NoGenericArgsGenericType for MulModType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for U96Guarantee

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for EcOpType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for EcPointType

source§

impl NoGenericArgsGenericType for EcStateType

source§

impl NoGenericArgsGenericType for Felt252Type

source§

impl NoGenericArgsGenericType for BuiltinCostsType

source§

impl NoGenericArgsGenericType for GasBuiltinType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for U128MulGuaranteeType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for PedersenType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for PoseidonType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for RangeCheck96Type

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for RangeCheckType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for SegmentArenaType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl NoGenericArgsGenericType for ClassHashType

source§

impl NoGenericArgsGenericType for ContractAddressType

source§

impl NoGenericArgsGenericType for Secp256k1PointType

source§

impl NoGenericArgsGenericType for Secp256r1PointType

source§

impl NoGenericArgsGenericType for StorageAddressType

source§

impl NoGenericArgsGenericType for StorageBaseAddressType

source§

impl NoGenericArgsGenericType for Sha256StateHandleType

source§

impl NoGenericArgsGenericType for SystemType

source§

const ID: GenericTypeId = _

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = false

source§

const DROPPABLE: bool = false

source§

const ZERO_SIZED: bool = false

source§

impl<TIntTraits: IntTraits> NoGenericArgsGenericType for IntType<TIntTraits>

source§

const ID: GenericTypeId = TIntTraits::GENERIC_TYPE_ID

source§

const STORABLE: bool = true

source§

const DUPLICATABLE: bool = true

source§

const DROPPABLE: bool = true

source§

const ZERO_SIZED: bool = false