Struct syn::PatTupleStruct [−][src]
This is supported on crate feature
full only.Expand description
A tuple struct or tuple variant pattern: Variant(x, y, .., z).
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>path: Pathpat: PatTupleTrait Implementations
Performs the conversion.
impl PartialEq<PatTupleStruct> for PatTupleStructThis is supported on crate feature extra-traits only.
impl PartialEq<PatTupleStruct> for PatTupleStructThis is supported on crate feature
extra-traits only.Auto Trait Implementations
impl RefUnwindSafe for PatTupleStructimpl !Send for PatTupleStructimpl !Sync for PatTupleStructimpl Unpin for PatTupleStructimpl UnwindSafe for PatTupleStructBlanket Implementations
Mutably borrows from an owned value. Read more