Struct sway_ast::generics::GenericArgs
source · pub struct GenericArgs {
pub parameters: AngleBrackets<Punctuated<Ty, CommaToken>>,
}Fields§
§parameters: AngleBrackets<Punctuated<Ty, CommaToken>>Trait Implementations§
source§impl Clone for GenericArgs
impl Clone for GenericArgs
source§fn clone(&self) -> GenericArgs
fn clone(&self) -> GenericArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more