Enum syntex_syntax::ast::Unsafety
[−]
[src]
pub enum Unsafety { Unsafe, Normal, }
Variants
Unsafe | |
Normal |
pub enum Unsafety { Unsafe, Normal, }
Unsafe | |
Normal |
impl Display for Unsafety
impl Debug for Unsafety
impl Hash for Unsafety
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for Unsafety
impl Encodable for Unsafety
impl Eq for Unsafety
impl PartialEq for Unsafety
impl Clone for Unsafety
fn clone(&self) -> Unsafety
fn clone_from(&mut self, source: &Self)
impl Copy for Unsafety