Struct syn::ArgCaptured [−][src]
An explicitly typed pattern captured by a function signature.
This type is available if Syn is built with the "full"
feature.
Fields
pat: Pat
colon_token: Colon
ty: Type
Trait Implementations
impl ToTokens for ArgCaptured
[src]
[+]
impl ToTokens for ArgCaptured
impl Clone for ArgCaptured
[src]
[+]
impl Clone for ArgCaptured
impl From<ArgCaptured> for FnArg
[src]
[+]
impl From<ArgCaptured> for FnArg
Auto Trait Implementations
impl !Send for ArgCaptured
impl !Send for ArgCaptured
impl !Sync for ArgCaptured
impl !Sync for ArgCaptured