Enum syntax::attr::InlineAttr
[−]
[src]
pub enum InlineAttr {
None,
Hint,
Always,
Never,
}Variants
NoneHintAlwaysNever
Trait Implementations
impl Copy for InlineAttr[src]
impl Clone for InlineAttr[src]
fn clone(&self) -> InlineAttr[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