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