Struct asciii::project::Client[][src]

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

This is returned by [Product::client()](struct.Project.html#method.client).

Trait Implementations

impl<'a> IsClient for Client<'a>
[src]

Returns the content of /client/email

Returns the content of /client/address

Returns the content of /client/title

Returns the first word of client/title

Returns the content of /client/first_name

Returns the content of /client/last_name

Combines first_name and last_name.

Produces a standard salutation field.

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

Checks for certain errors

Returns true if valid

Returns list of found errors

Auto Trait Implementations

impl<'a> Send for Client<'a>

impl<'a> Sync for Client<'a>