Struct syn::PatStruct [−][src]
pub struct PatStruct { pub attrs: Vec<Attribute>, pub path: Path, pub brace_token: Brace, pub fields: Punctuated<FieldPat, Comma>, pub dot2_token: Option<Dot2>, }
A struct or struct variant pattern: Variant { x, y, .. }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
path: Path
brace_token: Brace
fields: Punctuated<FieldPat, Comma>
dot2_token: Option<Dot2>
Trait Implementations
impl Clone for PatStruct
[src]
impl Clone for PatStruct
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for PatStruct
[src]
impl ToTokens for PatStruct
[src]