Enum syntax::ast::GenericParam  [−][src]
pub enum GenericParam {
    Lifetime(LifetimeDef),
    Type(TyParam),
}Variants
Lifetime(LifetimeDef)Type(TyParam)
                    Methods
impl GenericParam[src] 
impl GenericParampub fn is_lifetime_param(&self) -> bool[src] 
pub fn is_lifetime_param(&self) -> boolpub fn is_type_param(&self) -> bool[src] 
pub fn is_type_param(&self) -> boolTrait 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 GenericParamAuto Trait Implementations
impl !Send for GenericParam
impl !Send for GenericParamimpl !Sync for GenericParam
impl !Sync for GenericParam