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 InlineAttr
fn eq(&self, __arg_0: &InlineAttr) -> bool
fn ne(&self, __arg_0: &InlineAttr) -> bool
impl Clone for InlineAttr
fn clone(&self) -> InlineAttr
fn 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
).