Struct rustc_ast::ast::AngleBracketedArgs [−][src]
pub struct AngleBracketedArgs {
pub span: Span,
pub args: Vec<AngleBracketedArg>,
}
Expand description
A path like Foo<'a, T>
.
Fields
span: Span
The overall span.
args: Vec<AngleBracketedArg>
The comma separated parts in the <...>
.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AngleBracketedArgs
impl !Send for AngleBracketedArgs
impl !Sync for AngleBracketedArgs
impl Unpin for AngleBracketedArgs
impl !UnwindSafe for AngleBracketedArgs
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: 32 bytes