Enum syntax::attr::InlineAttrUnstable
[-] [+]
[src]
pub enum InlineAttr {
None,
Hint,
Always,
Never,
}Variants
None | |
Hint | |
Always | |
Never |
pub enum InlineAttr {
None,
Hint,
Always,
Never,
}None | |
Hint | |
Always | |
Never |
impl PartialEq for InlineAttrfn eq(&self, __arg_0: &InlineAttr) -> boolfn ne(&self, __arg_0: &InlineAttr) -> boolimpl Clone for InlineAttrfn clone(&self) -> InlineAttrfn clone_from(&mut self, source: &Self)impl Copy for InlineAttr
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).