Struct syn::ExprTryBlock [−][src]
pub struct ExprTryBlock { /* fields omitted */ }
A try block: try { ... }
.
This type is available if Syn is built with the "full"
feature.
Trait Implementations
impl Clone for ExprTryBlock
[src]
impl Clone for ExprTryBlock
fn clone(&self) -> ExprTryBlock
[src]
fn clone(&self) -> ExprTryBlock
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<ExprTryBlock> for Expr
[src]
impl From<ExprTryBlock> for Expr
fn from(e: ExprTryBlock) -> Expr
[src]
fn from(e: ExprTryBlock) -> Expr
Performs the conversion.
Auto Trait Implementations
impl Send for ExprTryBlock
impl Send for ExprTryBlock
impl Sync for ExprTryBlock
impl Sync for ExprTryBlock