Struct cairo_lang_semantic::types::TypeId
source · pub struct TypeId(/* private fields */);
Implementations§
source§impl TypeId
impl TypeId
pub fn missing(db: &dyn SemanticGroup, diag_added: DiagnosticAdded) -> Self
pub fn format(&self, db: &dyn SemanticGroup) -> String
sourcepub fn check_not_missing(&self, db: &dyn SemanticGroup) -> Maybe<()>
pub fn check_not_missing(&self, db: &dyn SemanticGroup) -> Maybe<()>
Returns Maybe::Err if the type is TypeLongId::Missing.
sourcepub fn is_missing(&self, db: &dyn SemanticGroup) -> bool
pub fn is_missing(&self, db: &dyn SemanticGroup) -> bool
Returns true
if the type is TypeLongId::Missing.
sourcepub fn is_unit(&self, db: &dyn SemanticGroup) -> bool
pub fn is_unit(&self, db: &dyn SemanticGroup) -> bool
Returns true
if the type is ()
.
Trait Implementations§
source§impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for TypeId
impl<T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for TypeId
source§impl FromIterator<TypeId> for ImplicitPrecedence
impl FromIterator<TypeId> for ImplicitPrecedence
source§impl InternKey for TypeId
impl InternKey for TypeId
source§fn from_intern_id(salsa_id: InternId) -> Self
fn from_intern_id(salsa_id: InternId) -> Self
Create an instance of the intern-key from a
u32
value.source§fn as_intern_id(&self) -> InternId
fn as_intern_id(&self) -> InternId
Extract the
u32
with which the intern-key was created.source§impl PartialEq for TypeId
impl PartialEq for TypeId
source§impl<'a, Error, TRewriter: HasDb<&'a dyn SemanticGroup> + SemanticRewriter<TypeLongId, Error>> SemanticObject<TRewriter, Error> for TypeId
impl<'a, Error, TRewriter: HasDb<&'a dyn SemanticGroup> + SemanticRewriter<TypeLongId, Error>> SemanticObject<TRewriter, Error> for TypeId
fn default_rewrite(self, rewriter: &mut TRewriter) -> Result<Self, Error>
source§impl<'a> SemanticRewriter<TypeId, DiagnosticAdded> for SubstitutionRewriter<'a>
impl<'a> SemanticRewriter<TypeId, DiagnosticAdded> for SubstitutionRewriter<'a>
impl Copy for TypeId
impl Eq for TypeId
impl StructuralEq for TypeId
impl StructuralPartialEq for TypeId
Auto Trait Implementations§
impl RefUnwindSafe for TypeId
impl Send for TypeId
impl Sync for TypeId
impl Unpin for TypeId
impl UnwindSafe for TypeId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.