Enum syntax::attr::InlineAttr  [−][src]
pub enum InlineAttr {
    None,
    Hint,
    Always,
    Never,
}Variants
NoneHintAlwaysNever
                Trait Implementations
impl Copy for InlineAttr[src] 
impl Copy for InlineAttrimpl Clone for InlineAttr[src] 
impl Clone for InlineAttrfn clone(&self) -> InlineAttr[src] 
fn clone(&self) -> InlineAttrReturns 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 Hash for InlineAttr[src] 
impl Hash for InlineAttrfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for InlineAttr[src] 
impl PartialEq for InlineAttrfn eq(&self, other: &InlineAttr) -> bool[src] 
fn eq(&self, other: &InlineAttr) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Encodable for InlineAttr[src] 
impl Encodable for InlineAttrimpl Decodable for InlineAttr[src] 
impl Decodable for InlineAttrAuto Trait Implementations
impl Send for InlineAttr
impl Send for InlineAttrimpl Sync for InlineAttr
impl Sync for InlineAttr