Struct greenback::Greenback [] [src]

pub struct Greenback { /* fields omitted */ }

Methods

impl Greenback
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Add for Greenback
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for Greenback
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Mul<i32> for Greenback
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Div<i32> for Greenback
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl AddAssign for Greenback
[src]

[src]

Performs the += operation.

impl SubAssign for Greenback
[src]

[src]

Performs the -= operation.

impl MulAssign<i32> for Greenback
[src]

[src]

Performs the *= operation.

impl DivAssign<i32> for Greenback
[src]

[src]

Performs the /= operation.

impl PartialEq for Greenback
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Sum for Greenback
[src]

[src]

Method which takes an iterator and generates Self from the elements by "summing up" the items. Read more

impl PartialOrd for Greenback
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for Greenback
[src]

impl Ord for Greenback
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Display for Greenback
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Greenback
[src]

impl Clone for Greenback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more