Enum syn::ImplItem [−][src]
An item within an impl block.
This type is available if Syn is built with the "full"
feature.
Syntax tree enum
This type is a syntax tree enum.
Variants
Const(ImplItemConst)
An associated constant within an impl block.
This type is available if Syn is built with the "full"
feature.
Method(ImplItemMethod)
A method within an impl block.
This type is available if Syn is built with the "full"
feature.
Type(ImplItemType)
An associated type within an impl block.
This type is available if Syn is built with the "full"
feature.
Macro(ImplItemMacro)
A macro invocation within an impl block.
This type is available if Syn is built with the "full"
feature.
Verbatim(ImplItemVerbatim)
Tokens within an impl block not interpreted by Syn.
This type is available if Syn is built with the "full"
feature.
Trait Implementations
impl Synom for ImplItem
[src]
[+]
impl Synom for ImplItem
impl Clone for ImplItem
[src]
[+]
impl Clone for ImplItem
impl From<ImplItemConst> for ImplItem
[src]
[+]
impl From<ImplItemConst> for ImplItem
impl From<ImplItemMethod> for ImplItem
[src]
[+]
impl From<ImplItemMethod> for ImplItem
impl From<ImplItemType> for ImplItem
[src]
[+]
impl From<ImplItemType> for ImplItem
impl From<ImplItemMacro> for ImplItem
[src]
[+]
impl From<ImplItemMacro> for ImplItem
impl From<ImplItemVerbatim> for ImplItem
[src]
[+]
impl From<ImplItemVerbatim> for ImplItem
impl ToTokens for ImplItem
[src]
[+]
impl ToTokens for ImplItem