Struct itchy::Price8 [] [src]

pub struct Price8(_);

Opaque type representing a price to eight decimal places

Trait Implementations

impl Debug for Price8
[src]

[src]

Formats the value using the given formatter.

impl Copy for Price8
[src]

impl Clone for Price8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Price8
[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 Eq for Price8
[src]

impl Into<d128> for Price8
[src]

[src]

Performs the conversion.

impl From<u64> for Price8
[src]

[src]

Performs the conversion.