Struct bill::Tax [] [src]

pub struct Tax(_);

Representation of Tax value

Methods

impl Tax
[src]

Methods from Deref<Target = OrderedFloat<f64>>

Get the value out.

Trait Implementations

impl Copy for Tax
[src]

impl Clone for Tax
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tax
[src]

Formats the value using the given formatter.

impl Ord for Tax
[src]

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

impl Eq for Tax
[src]

impl PartialEq for Tax
[src]

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

This method tests for !=.

impl PartialOrd for Tax
[src]

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

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

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

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

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

impl Deref for Tax
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Display for Tax
[src]

Formats the value using the given formatter. Read more

impl Into<f64> for Tax
[src]

Performs the conversion.

impl From<f64> for Tax
[src]

Performs the conversion.