Struct syn::ItemType [−][src]
pub struct ItemType { pub attrs: Vec<Attribute>, pub vis: Visibility, pub type_token: Type, pub ident: Ident, pub generics: Generics, pub eq_token: Eq, pub ty: Box<Type>, pub semi_token: Semi, }
A type alias: type Result<T> = std::result::Result<T, MyError>
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
type_token: Type
ident: Ident
generics: Generics
eq_token: Eq
ty: Box<Type>
semi_token: Semi
Trait Implementations
impl Clone for ItemType
[src]
impl Clone for ItemType
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for ItemType
[src]
impl ToTokens for ItemType
[src]