Struct syntax::ast::GenericParam  [−][src]
pub struct GenericParam {
    pub id: NodeId,
    pub ident: Ident,
    pub attrs: ThinVec<Attribute>,
    pub bounds: GenericBounds,
    pub kind: GenericParamKind,
}Fields
id: NodeId
                           
                           
                           
                           ident: Ident
                           
                           
                           
                           attrs: ThinVec<Attribute>
                           
                           
                           
                           bounds: GenericBounds
                           
                           
                           
                           kind: GenericParamKind
                           
                Trait Implementations
impl Clone for GenericParam[src] 
impl Clone for GenericParamfn clone(&self) -> GenericParam[src] 
fn clone(&self) -> GenericParamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for GenericParam[src] 
impl PartialEq for GenericParamfn eq(&self, other: &GenericParam) -> bool[src] 
fn eq(&self, other: &GenericParam) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GenericParam) -> bool[src] 
fn ne(&self, other: &GenericParam) -> boolThis method tests for !=.
impl Eq for GenericParam[src] 
impl Eq for GenericParamimpl Encodable for GenericParam[src] 
impl Encodable for GenericParamimpl Decodable for GenericParam[src] 
impl Decodable for GenericParamimpl Hash for GenericParam[src] 
impl Hash for GenericParamfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for GenericParam[src] 
impl Debug for GenericParamfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl HasAttrs for GenericParam[src] 
impl HasAttrs for GenericParamAuto Trait Implementations
impl !Send for GenericParam
impl !Send for GenericParamimpl !Sync for GenericParam
impl !Sync for GenericParam