Struct stc_ts_file_analyzer::ty::StaticThisMetadata
source · [−]pub struct StaticThisMetadata {
pub common: CommonTypeMetadata,
}
Fields
common: CommonTypeMetadata
Trait Implementations
sourceimpl Clone for StaticThisMetadata
impl Clone for StaticThisMetadata
sourcefn clone(&self) -> StaticThisMetadata
fn clone(&self) -> StaticThisMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StaticThisMetadata
impl Debug for StaticThisMetadata
sourceimpl Default for StaticThisMetadata
impl Default for StaticThisMetadata
sourcefn default() -> StaticThisMetadata
fn default() -> StaticThisMetadata
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StaticThisMetadata
impl<'de> Deserialize<'de> for StaticThisMetadata
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<StaticThisMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<StaticThisMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for StaticThisMetadata
impl EqIgnoreSpan for StaticThisMetadata
Note
This struct is treated as a span while comparison. It means, EqIgnoreSpan will always return true.
fn eq_ignore_span(&self, &StaticThisMetadata) -> bool
sourceimpl<F> FoldWith<F> for StaticThisMetadatawhere
F: ?Sized,
impl<F> FoldWith<F> for StaticThisMetadatawhere
F: ?Sized,
Noop.
fn fold_children_with(self, &mut F) -> StaticThisMetadata
fn fold_with(self, visitor: &mut V) -> Selfwhere
V: Fold<Self>,
sourceimpl PartialEq<StaticThisMetadata> for StaticThisMetadata
impl PartialEq<StaticThisMetadata> for StaticThisMetadata
sourcefn eq(&self, other: &StaticThisMetadata) -> bool
fn eq(&self, other: &StaticThisMetadata) -> bool
sourceimpl Serialize for StaticThisMetadata
impl Serialize for StaticThisMetadata
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 TypeEq for StaticThisMetadata
impl TypeEq for StaticThisMetadata
sourcefn type_eq(&self, &StaticThisMetadata) -> bool
fn type_eq(&self, &StaticThisMetadata) -> bool
Note: This method should return
true
for non-type values.sourceimpl TypeMetadata for StaticThisMetadata
impl TypeMetadata for StaticThisMetadata
fn common(&self) -> CommonTypeMetadata
sourceimpl<F> VisitMutWith<F> for StaticThisMetadatawhere
F: ?Sized,
impl<F> VisitMutWith<F> for StaticThisMetadatawhere
F: ?Sized,
Noop.
fn visit_mut_children_with(&mut self, &mut F)
fn visit_mut_with(&mut self, visitor: &mut V)where
V: VisitMut<Self>,
sourceimpl<F> VisitWith<F> for StaticThisMetadatawhere
F: ?Sized,
impl<F> VisitWith<F> for StaticThisMetadatawhere
F: ?Sized,
Noop.
fn visit_children_with(&self, &mut F)
fn visit_with(&self, visitor: &mut V)where
V: Visit<Self>,
impl Copy for StaticThisMetadata
impl Eq for StaticThisMetadata
impl StructuralEq for StaticThisMetadata
impl StructuralPartialEq for StaticThisMetadata
impl Visitable for StaticThisMetadata
Auto Trait Implementations
impl RefUnwindSafe for StaticThisMetadata
impl Send for StaticThisMetadata
impl Sync for StaticThisMetadata
impl Unpin for StaticThisMetadata
impl UnwindSafe for StaticThisMetadata
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<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.