Enum syntax::attr::UnwindAttr
[−]
[src]
pub enum UnwindAttr {
Allowed,
Aborts,
}Variants
AllowedAborts
Trait Implementations
impl Copy for UnwindAttr[src]
impl Clone for UnwindAttr[src]
fn clone(&self) -> UnwindAttr[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more