[][src]Struct asciii::project::Hours

pub struct Hours<'a> { /* fields omitted */ }

This is returned by Product::hours().

Trait Implementations

impl<'a> Validatable for Hours<'a>
[src]

Checks for certain errors

Returns true if valid

Returns list of found errors

impl<'a> HasEmployees for Hours<'a>
[src]

When were the wages payed

Salary

Tax

Sum of wages after tax

Sum of wages before tax

Full number of service hours Read more

Nicely formatted list of employees with their respective service hours

List of employees and their respective service hours

Check if the employees have been payed

Sum of wages for the project

Returns a product from Service

Auto Trait Implementations

impl<'a> Send for Hours<'a>

impl<'a> Sync for Hours<'a>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more