Enum num_bigint::Sign
[−]
[src]
pub enum Sign {
Minus,
NoSign,
Plus,
}A Sign is a BigInt's composing element.
Variants
Minus | ||
NoSign | ||
Plus |
pub enum Sign {
Minus,
NoSign,
Plus,
}A Sign is a BigInt's composing element.
Minus | ||
NoSign | ||
Plus |
impl Neg for Signimpl Mul<Sign> for Signimpl Hash for Signfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0impl Debug for Signimpl Clone for Signfn clone(&self) -> Signfn clone_from(&mut self, source: &Self)1.0.0impl Copy for Signimpl Ord for Signimpl Eq for Signimpl PartialOrd for Signfn partial_cmp(&self, __arg_0: &Sign) -> Option<Ordering>fn lt(&self, other: &Rhs) -> bool1.0.0fn le(&self, other: &Rhs) -> bool1.0.0fn gt(&self, other: &Rhs) -> bool1.0.0fn ge(&self, other: &Rhs) -> bool1.0.0impl PartialEq for Signimpl Decodable for Signimpl Encodable for Sign