Struct syn::PatOr [−][src]
pub struct PatOr {
    pub attrs: Vec<Attribute>,
    pub leading_vert: Option<Or>,
    pub cases: Punctuated<Pat, Or>,
}A pattern that matches any one of a set of cases.
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>leading_vert: Option<Or>cases: Punctuated<Pat, Or>Trait Implementations
impl Clone for PatOr[src]
impl Clone for PatOr[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for PatOr[src]
impl ToTokens for PatOr[src]