Struct syn::PatPath [−][src]
A path pattern like Color::Red, optionally qualified with a
self-type.
Unqualified path patterns can legally refer to variants, structs,
constants or associated constants. Qualified path patterns like
<A>::B::C and <A as Trait>::B::C can only legally refer to
associated constants.
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>qself: Option<QSelf>path: PathTrait Implementations
impl Clone for PatPath[src]
impl Clone for PatPath[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for PatPath[src]
impl ToTokens for PatPath[src]