Struct rustc_ast::ast::AssocTyConstraint [−][src]
pub struct AssocTyConstraint {
pub id: NodeId,
pub ident: Ident,
pub gen_args: Option<GenericArgs>,
pub kind: AssocTyConstraintKind,
pub span: Span,
}
Expand description
A constraint on an associated type (e.g., A = Bar
in Foo<A = Bar>
or
A: TraitA + TraitB
in Foo<A: TraitA + TraitB>
).
Fields
id: NodeId
ident: Ident
gen_args: Option<GenericArgs>
kind: AssocTyConstraintKind
span: Span
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AssocTyConstraint
impl !Send for AssocTyConstraint
impl !Sync for AssocTyConstraint
impl Unpin for AssocTyConstraint
impl !UnwindSafe for AssocTyConstraint
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 120 bytes