Struct sway_ast::generics::GenericParams
source · pub struct GenericParams {
pub parameters: AngleBrackets<Punctuated<Ident, CommaToken>>,
}Fields§
§parameters: AngleBrackets<Punctuated<Ident, CommaToken>>Trait Implementations§
source§impl Clone for GenericParams
impl Clone for GenericParams
source§fn clone(&self) -> GenericParams
fn clone(&self) -> GenericParams
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