Enum num::bigint::Sign
pub enum Sign { Minus, Zero, Plus, }
A Sign is a BigInt
's composing element.
Variants
Minus | |
Zero | |
Plus |
pub enum Sign { Minus, Zero, Plus, }
A Sign is a BigInt
's composing element.
Minus | |
Zero | |
Plus |
impl Neg<Sign> for Sign
impl Show for Sign
impl Clone for Sign
impl TotalOrd for Sign
impl TotalEq for Sign
fn assert_receiver_is_total_eq(&self)
impl Ord for Sign
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 Eq for Sign
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
(or str
), enum
,
trait
, typedef
(or
tdef
).