Enum syntax::attr::UnwindAttr[][src]

pub enum UnwindAttr {
    Allowed,
    Aborts,
}

Variants

Trait Implementations

impl Copy for UnwindAttr
[src]

impl Clone for UnwindAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UnwindAttr
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for UnwindAttr

impl Sync for UnwindAttr