Struct stc_ts_file_analyzer::ty::Id
source · [−]pub struct Id {
sym: Atom<JsWordStaticSet>,
ctxt: SyntaxContext,
}
Fields
sym: Atom<JsWordStaticSet>
ctxt: SyntaxContext
Implementations
sourceimpl Id
impl Id
pub const fn new(sym: Atom<JsWordStaticSet>, ctxt: SyntaxContext) -> Id
pub fn as_str(&self) -> &str
pub const fn ctxt(&self) -> SyntaxContext
pub fn sym(&self) -> &Atom<JsWordStaticSet>
pub fn word(sym: Atom<JsWordStaticSet>) -> Id
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Id
impl<'de> Deserialize<'de> for Id
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<Id, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<Id, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for Id
impl EqIgnoreSpan for Id
fn eq_ignore_span(&self, other: &Id) -> bool
sourceimpl From<&RModuleExportName> for Id
impl From<&RModuleExportName> for Id
sourcefn from(v: &RModuleExportName) -> Id
fn from(v: &RModuleExportName) -> Id
Converts to this type from the input type.
sourceimpl From<RModuleExportName> for Id
impl From<RModuleExportName> for Id
sourcefn from(v: RModuleExportName) -> Id
fn from(v: RModuleExportName) -> Id
Converts to this type from the input type.
sourceimpl IdentLike for Id
impl IdentLike for Id
fn from_ident(i: &Ident) -> Id
fn to_id(&self) -> (Atom<JsWordStaticSet>, SyntaxContext)
fn into_id(self) -> (Atom<JsWordStaticSet>, SyntaxContext)
sourceimpl Ord for Id
impl Ord for Id
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Id> for Id
impl PartialOrd<Id> for Id
sourcefn partial_cmp(&self, other: &Id) -> Option<Ordering>
fn partial_cmp(&self, other: &Id) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Serialize for Id
impl Serialize for Id
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
sourceimpl<V> VisitMutWith<V> for Idwhere
V: ?Sized,
impl<V> VisitMutWith<V> for Idwhere
V: ?Sized,
fn visit_mut_children_with(&mut self, _visitor: &mut V)
fn visit_mut_with(&mut self, visitor: &mut V)where
V: VisitMut<Self>,
sourceimpl<V> VisitWith<V> for Idwhere
V: ?Sized,
impl<V> VisitWith<V> for Idwhere
V: ?Sized,
fn visit_children_with(&self, _visitor: &mut V)
fn visit_with(&self, visitor: &mut V)where
V: Visit<Self>,
impl Eq for Id
impl StructuralEq for Id
impl StructuralPartialEq for Id
impl Visitable for Id
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.