Struct syn::ExprType [−][src]
pub struct ExprType { /* fields omitted */ }A type ascription expression: foo: f64.
This type is available if Syn is built with the "full" feature.
Trait Implementations
impl Clone for ExprType[src]
impl Clone for ExprTypefn clone(&self) -> ExprType[src]
fn clone(&self) -> ExprTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<ExprType> for Expr[src]
impl From<ExprType> for Expr