pub struct TypeAliasId(/* private fields */);
Implementations§
Source§impl TypeAliasId
impl TypeAliasId
pub fn ingredient<Db>(db: &Db) -> &IngredientImpl<Self>where
Db: ?Sized + Database,
Source§impl<'db> TypeAliasId
impl<'db> TypeAliasId
pub fn new<Db_, T0: Lookup<AssocItemLoc<TypeAlias>> + Hash>( db: &'db Db_, loc: T0, ) -> Self
pub fn loc<Db_>(self, db: &'db Db_) -> AssocItemLoc<TypeAlias>where
Db_: ?Sized + Database,
Sourcepub fn default_debug_fmt(this: Self, f: &mut Formatter<'_>) -> Result
pub fn default_debug_fmt(this: Self, f: &mut Formatter<'_>) -> Result
Default debug formatting for this struct (may be useful if you define your own Debug
impl)
Trait Implementations§
Source§impl Clone for TypeAliasId
impl Clone for TypeAliasId
Source§fn clone(&self) -> TypeAliasId
fn clone(&self) -> TypeAliasId
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 Configuration for TypeAliasId
impl Configuration for TypeAliasId
const DEBUG_NAME: &'static str = "TypeAliasId"
Source§type Fields<'a> = (AssocItemLoc<TypeAlias>,)
type Fields<'a> = (AssocItemLoc<TypeAlias>,)
The fields of the struct being interned.
Source§type Struct<'db> = TypeAliasId
type Struct<'db> = TypeAliasId
The end user struct
Source§fn struct_from_id<'db>(id: Id) -> Self::Struct<'db>
fn struct_from_id<'db>(id: Id) -> Self::Struct<'db>
Create an end-user struct from the salsa id Read more
Source§fn deref_struct(s: Self::Struct<'_>) -> Id
fn deref_struct(s: Self::Struct<'_>) -> Id
Deref the struct to yield the underlying id.
Source§impl Debug for TypeAliasId
impl Debug for TypeAliasId
Source§impl From<TypeAliasId> for AssocItemId
impl From<TypeAliasId> for AssocItemId
Source§fn from(it: TypeAliasId) -> AssocItemId
fn from(it: TypeAliasId) -> AssocItemId
Converts to this type from the input type.
Source§impl From<TypeAliasId> for AttrDefId
impl From<TypeAliasId> for AttrDefId
Source§fn from(it: TypeAliasId) -> AttrDefId
fn from(it: TypeAliasId) -> AttrDefId
Converts to this type from the input type.
Source§impl From<TypeAliasId> for GenericDefId
impl From<TypeAliasId> for GenericDefId
Source§fn from(it: TypeAliasId) -> GenericDefId
fn from(it: TypeAliasId) -> GenericDefId
Converts to this type from the input type.
Source§impl From<TypeAliasId> for ModuleDefId
impl From<TypeAliasId> for ModuleDefId
Source§fn from(it: TypeAliasId) -> ModuleDefId
fn from(it: TypeAliasId) -> ModuleDefId
Converts to this type from the input type.
Source§impl From<TypeAliasId> for TypeOwnerId
impl From<TypeAliasId> for TypeOwnerId
Source§fn from(it: TypeAliasId) -> TypeOwnerId
fn from(it: TypeAliasId) -> TypeOwnerId
Converts to this type from the input type.
Source§impl HasModule for TypeAliasId
impl HasModule for TypeAliasId
Source§fn module(&self, db: &dyn DefDatabase) -> ModuleId
fn module(&self, db: &dyn DefDatabase) -> ModuleId
Returns the enclosing module this thing is defined within.
Source§fn krate(&self, db: &dyn DefDatabase) -> Crate
fn krate(&self, db: &dyn DefDatabase) -> Crate
Returns the crate this thing is defined within.
Source§impl HasResolver for TypeAliasId
impl HasResolver for TypeAliasId
Source§fn resolver(self, db: &dyn DefDatabase) -> Resolver
fn resolver(self, db: &dyn DefDatabase) -> Resolver
Builds a resolver for type references inside this def.
Source§impl Hash for TypeAliasId
impl Hash for TypeAliasId
Source§impl Lookup for TypeAliasId
impl Lookup for TypeAliasId
Source§impl Ord for TypeAliasId
impl Ord for TypeAliasId
Source§fn cmp(&self, other: &TypeAliasId) -> Ordering
fn cmp(&self, other: &TypeAliasId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TypeAliasId
impl PartialEq for TypeAliasId
Source§impl PartialOrd for TypeAliasId
impl PartialOrd for TypeAliasId
Source§impl SalsaStructInDb for TypeAliasId
impl SalsaStructInDb for TypeAliasId
Source§impl Update for TypeAliasId
impl Update for TypeAliasId
impl Copy for TypeAliasId
impl Eq for TypeAliasId
impl Send for TypeAliasId
impl StructuralPartialEq for TypeAliasId
impl Sync for TypeAliasId
Auto Trait Implementations§
impl Freeze for TypeAliasId
impl !RefUnwindSafe for TypeAliasId
impl Unpin for TypeAliasId
impl !UnwindSafe for TypeAliasId
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.§impl<T> HashEqLike<T> for T
impl<T> HashEqLike<T> for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more