Struct syn::PatBox [−][src]
A box pattern: box v.
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>box_token: Boxpat: Box<Pat>Trait Implementations
impl Clone for PatBox[src]
impl Clone for PatBox[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for PatBox[src]
impl ToTokens for PatBox[src]