Enum num::bigint::SignExperimental [-]  [+] [src]

pub enum Sign {
    Minus,
    NoSign,
    Plus,
}

A Sign is a BigInt's composing element.

Variants

Minus
NoSign
Plus

Trait Implementations

impl Neg<Sign> for Sign

fn neg(&self) -> Sign

Negate Sign value.

Derived Implementations

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Sign

fn decode(__arg_0: &mut __D) -> Result<Sign, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Sign

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Show for Sign

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Sign

fn clone(&self) -> Sign

fn clone_from(&mut self, source: &Self)

impl Ord for Sign

fn cmp(&self, __arg_0: &Sign) -> Ordering

impl Eq for Sign

fn assert_receiver_is_total_eq(&self)

impl PartialOrd for Sign

fn partial_cmp(&self, __arg_0: &Sign) -> Option<Ordering>

fn lt(&self, __arg_0: &Sign) -> bool

fn le(&self, __arg_0: &Sign) -> bool

fn gt(&self, __arg_0: &Sign) -> bool

fn ge(&self, __arg_0: &Sign) -> bool

impl PartialEq for Sign

fn eq(&self, __arg_0: &Sign) -> bool

fn ne(&self, __arg_0: &Sign) -> bool