Struct easter::stmt::Catch
[−]
[src]
pub struct Catch {
pub location: Option<Span>,
pub param: Patt<Id>,
pub body: Vec<StmtListItem>,
}Fields
location: Option<Span>
param: Patt<Id>
body: Vec<StmtListItem>
Trait Implementations
impl Debug for Catch[src]
impl PartialEq for Catch[src]
fn eq(&self, __arg_0: &Catch) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Catch) -> bool
This method tests for !=.