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