Enum num::bigint::Sign
[−]
[src]
pub enum Sign { Minus, NoSign, Plus, }
A Sign is a BigInt
's composing element.
Variants
Minus
NoSign
Plus
Trait Implementations
impl Hash for Sign
impl Debug for Sign
impl Clone for Sign
fn clone(&self) -> Sign
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more