Struct cairo_lang_semantic::types::TypeInfo
source · Fields§
§droppable: bool
Can the type be (trivially) dropped.
duplicatable: bool
Can the type be (trivially) duplicated.
Trait Implementations§
source§impl PartialEq<TypeInfo> for TypeInfo
impl PartialEq<TypeInfo> for TypeInfo
impl Eq for TypeInfo
impl StructuralEq for TypeInfo
impl StructuralPartialEq for TypeInfo
Auto Trait Implementations§
impl RefUnwindSafe for TypeInfo
impl Send for TypeInfo
impl Sync for TypeInfo
impl Unpin for TypeInfo
impl UnwindSafe for TypeInfo
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.