Struct devise::syn::PatTuple [−][src]
pub struct PatTuple {
pub paren_token: Paren,
pub front: Punctuated<Pat, Comma>,
pub dot2_token: Option<Dot2>,
pub comma_token: Option<Comma>,
pub back: Punctuated<Pat, Comma>,
}Expand description
A tuple pattern: (a, b).
This type is available if Syn is built with the "full" feature.
Fields
paren_token: Parenfront: Punctuated<Pat, Comma>dot2_token: Option<Dot2>comma_token: Option<Comma>back: Punctuated<Pat, Comma>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PatTuple
impl UnwindSafe for PatTuple
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more