Struct stc_ts_types::metadata::ClassMetadata
source · [−]pub struct ClassMetadata {
pub common: CommonTypeMetadata,
}
Fields
common: CommonTypeMetadata
Trait Implementations
sourceimpl Clone for ClassMetadata
impl Clone for ClassMetadata
sourcefn clone(&self) -> ClassMetadata
fn clone(&self) -> ClassMetadata
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 ClassMetadata
impl Debug for ClassMetadata
sourceimpl Default for ClassMetadata
impl Default for ClassMetadata
sourcefn default() -> ClassMetadata
fn default() -> ClassMetadata
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ClassMetadata
impl<'de> Deserialize<'de> for ClassMetadata
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 ClassMetadata
impl EqIgnoreSpan for ClassMetadata
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 ClassMetadata
impl<F: ?Sized> FoldWith<F> for ClassMetadata
Noop.
sourceimpl PartialEq<ClassMetadata> for ClassMetadata
impl PartialEq<ClassMetadata> for ClassMetadata
sourcefn eq(&self, other: &ClassMetadata) -> bool
fn eq(&self, other: &ClassMetadata) -> bool
sourceimpl Serialize for ClassMetadata
impl Serialize for ClassMetadata
sourceimpl TypeEq for ClassMetadata
impl TypeEq for ClassMetadata
sourceimpl TypeMetadata for ClassMetadata
impl TypeMetadata for ClassMetadata
fn common(&self) -> CommonTypeMetadata
sourceimpl<F: ?Sized> VisitMutWith<F> for ClassMetadata
impl<F: ?Sized> VisitMutWith<F> for ClassMetadata
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 ClassMetadata
impl<F: ?Sized> VisitWith<F> for ClassMetadata
Noop.
fn visit_children_with(&self, _: &mut F)
fn visit_with(&self, visitor: &mut V)where
V: Visit<Self>,
impl Copy for ClassMetadata
impl Eq for ClassMetadata
impl StructuralEq for ClassMetadata
impl StructuralPartialEq for ClassMetadata
impl Visitable for ClassMetadata
Auto Trait Implementations
impl RefUnwindSafe for ClassMetadata
impl Send for ClassMetadata
impl Sync for ClassMetadata
impl Unpin for ClassMetadata
impl UnwindSafe for ClassMetadata
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.