Struct cairo_lang_sierra::ids::UserTypeId
source · pub struct UserTypeId {
pub id: BigUint,
pub debug_name: Option<SmolStr>,
}
Expand description
The identity of a user type.
Fields§
§id: BigUint
§debug_name: Option<SmolStr>
Optional name for testing and debugging.
Implementations§
source§impl UserTypeId
impl UserTypeId
pub fn from_string(name: impl Into<SmolStr>) -> Self
Trait Implementations§
source§impl Clone for UserTypeId
impl Clone for UserTypeId
source§fn clone(&self) -> UserTypeId
fn clone(&self) -> UserTypeId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UserTypeId
impl Debug for UserTypeId
source§impl Display for UserTypeId
impl Display for UserTypeId
source§impl From<&str> for UserTypeId
impl From<&str> for UserTypeId
source§impl From<String> for UserTypeId
impl From<String> for UserTypeId
source§impl Hash for UserTypeId
impl Hash for UserTypeId
source§impl InternKey for UserTypeId
impl InternKey for UserTypeId
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 UserTypeId
impl PartialEq for UserTypeId
impl Eq for UserTypeId
Auto Trait Implementations§
impl RefUnwindSafe for UserTypeId
impl Send for UserTypeId
impl Sync for UserTypeId
impl Unpin for UserTypeId
impl UnwindSafe for UserTypeId
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.