Struct syn::PatTupleStruct
source · 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: Path
§pat: PatTuple
Trait Implementations§
source§impl Clone for PatTupleStruct
impl Clone for PatTupleStruct
source§impl Debug for PatTupleStruct
impl Debug for PatTupleStruct
source§impl From<PatTupleStruct> for Pat
impl From<PatTupleStruct> for Pat
source§fn from(e: PatTupleStruct) -> Pat
fn from(e: PatTupleStruct) -> Pat
Converts to this type from the input type.