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