Struct syn::ImplItemType [−][src]
pub struct ImplItemType { pub attrs: Vec<Attribute>, pub vis: Visibility, pub defaultness: Option<Default>, pub type_token: Type, pub ident: Ident, pub generics: Generics, pub eq_token: Eq, pub ty: Type, pub semi_token: Semi, }
An associated type within an impl block.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
defaultness: Option<Default>
type_token: Type
ident: Ident
generics: Generics
eq_token: Eq
ty: Type
semi_token: Semi
Trait Implementations
impl Clone for ImplItemType
[src]
impl Clone for ImplItemType
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<ImplItemType> for ImplItem
[src]
impl From<ImplItemType> for ImplItem
[src]fn from(e: ImplItemType) -> ImplItem
[src]
impl Hash for ImplItemType
[src]
impl Hash for ImplItemType
[src]impl Parse for ImplItemType
[src]
impl Parse for ImplItemType
[src]fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
impl PartialEq<ImplItemType> for ImplItemType
[src]
impl PartialEq<ImplItemType> for ImplItemType
[src]impl ToTokens for ImplItemType
[src]
impl ToTokens for ImplItemType
[src]