Struct syn::ExprLet [−][src]
pub struct ExprLet { /* fields omitted */ }
A let
guard: let Some(x) = opt
.
This type is available if Syn is built with the "full"
feature.
Trait Implementations
impl Clone for ExprLet
[src]
impl Clone for ExprLet
fn clone(&self) -> ExprLet
[src]
fn clone(&self) -> ExprLet
Returns 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<ExprLet> for Expr
[src]
impl From<ExprLet> for Expr