Enum rustdoc::clean::ImplPolarityUnstable
[-] [+]
[src]
pub enum ImplPolarity { Positive, Negative, }
Variants
Positive | |
Negative |
pub enum ImplPolarity { Positive, Negative, }
Positive | |
Negative |
impl Debug for ImplPolarity
impl Copy for ImplPolarity
impl PartialEq for ImplPolarity
fn eq(&self, __arg_0: &ImplPolarity) -> bool
fn ne(&self, __arg_0: &ImplPolarity) -> bool
impl Decodable for ImplPolarity
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ImplPolarity, __D>
impl Encodable for ImplPolarity
impl Clone for ImplPolarity
fn clone(&self) -> ImplPolarity
fn clone_from(&mut self, source: &Self)
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
).