Struct cairo_lang_filesystem::ids::FlagId
source · pub struct FlagId(/* private fields */);
Implementations§
Trait Implementations§
source§impl<T: ?Sized + Upcast<dyn FilesGroup + 'static>> DebugWithDb<T> for FlagId
impl<T: ?Sized + Upcast<dyn FilesGroup + 'static>> DebugWithDb<T> for FlagId
source§impl InternKey for FlagId
impl InternKey for FlagId
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 FlagId
impl PartialEq for FlagId
impl Copy for FlagId
impl Eq for FlagId
impl StructuralPartialEq for FlagId
Auto Trait Implementations§
impl RefUnwindSafe for FlagId
impl Send for FlagId
impl Sync for FlagId
impl Unpin for FlagId
impl UnwindSafe for FlagId
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.