Enum syntax::attr::UnwindAttr [−][src]
pub enum UnwindAttr {
Allowed,
Aborts,
}Variants
AllowedAborts
Trait Implementations
impl Copy for UnwindAttr[src]
impl Copy for UnwindAttrimpl Clone for UnwindAttr[src]
impl Clone for UnwindAttrfn clone(&self) -> UnwindAttr[src]
fn clone(&self) -> UnwindAttrReturns 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 PartialEq for UnwindAttr[src]
impl PartialEq for UnwindAttrAuto Trait Implementations
impl Send for UnwindAttr
impl Send for UnwindAttrimpl Sync for UnwindAttr
impl Sync for UnwindAttr