Enum num::bigint::Sign [] [src]

pub enum Sign {
    Minus,
    NoSign,
    Plus,
}

A Sign is a BigInt's composing element.

Variants

Trait Implementations

impl Neg for Sign

Negate Sign value.

impl PartialEq<Sign> for Sign

impl Debug for Sign

impl Copy for Sign

impl Eq for Sign

impl Clone for Sign

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Mul<Sign> for Sign

The resulting type after applying the * operator

The method for the * operator

impl Ord for Sign

impl Decodable for Sign

impl Hash for Sign

impl PartialOrd<Sign> for Sign

impl Encodable for Sign