Struct syn::ExprMethodCall
[−]
[src]
A method call expression: x.foo::<T>(a, b)
.
This type is available if Syn is built with the "full"
feature.
Trait Implementations
impl Clone for ExprMethodCall
[src]
[+]
impl Clone for ExprMethodCall
impl From<ExprMethodCall> for Expr
[src]
[+]
impl From<ExprMethodCall> for Expr
Auto Trait Implementations
impl Send for ExprMethodCall
impl Send for ExprMethodCall
impl Sync for ExprMethodCall
impl Sync for ExprMethodCall