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: Visibilitytype_token: Typeident: Identgenerics: Genericseq_token: Eqty: Box<Type>semi_token: SemiTrait 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]