Enum syntax::ast::ImplPolarityUnstable
[-] [+]
[src]
pub enum ImplPolarity {
Positive,
Negative,
}Variants
Positive |
|
Negative |
|
pub enum ImplPolarity {
Positive,
Negative,
}Positive |
|
Negative |
|
impl Debug for ImplPolarityimpl Hash for ImplPolarityfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for ImplPolarityfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ImplPolarity, __D>impl Encodable for ImplPolarityimpl Eq for ImplPolarityimpl PartialEq for ImplPolarityfn eq(&self, __arg_0: &ImplPolarity) -> boolfn ne(&self, __arg_0: &ImplPolarity) -> boolimpl Clone for ImplPolarityfn clone(&self) -> ImplPolarityfn clone_from(&mut self, source: &Self)impl Copy for ImplPolarity
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).