Struct swf_tree::avm1::actions::Try [] [src]

pub struct Try {
    pub try: Vec<Action>,
    pub catch_target: CatchTarget,
    pub catch: Option<Vec<Action>>,
    pub finally: Option<Vec<Action>>,
}

Fields

Trait Implementations

impl Debug for Try
[src]

Formats the value using the given formatter.

impl PartialEq for Try
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Try
[src]