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