Enum syntax::ast::UnsafeSource  [−][src]
pub enum UnsafeSource {
    CompilerGenerated,
    UserProvided,
}Variants
CompilerGeneratedUserProvided
                Trait Implementations
impl Clone for UnsafeSource[src] 
impl Clone for UnsafeSourcefn clone(&self) -> UnsafeSource[src] 
fn clone(&self) -> UnsafeSourceReturns 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 Encodable for UnsafeSource[src] 
impl Encodable for UnsafeSourceimpl Decodable for UnsafeSource[src] 
impl Decodable for UnsafeSourceimpl Debug for UnsafeSource[src] 
impl Debug for UnsafeSourcefn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for UnsafeSource[src] 
impl Copy for UnsafeSourceAuto Trait Implementations
impl Send for UnsafeSource
impl Send for UnsafeSourceimpl Sync for UnsafeSource
impl Sync for UnsafeSource