Struct great_ci::Greeting [] [src]

pub struct Greeting<'a>(_);

Greetings to some target

Methods

impl<'a> Greeting<'a>
[src]

Construct a Greeter to greet a target

Trait Implementations

impl<'a> Copy for Greeting<'a>
[src]

impl<'a> Clone for Greeting<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Greeting<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for Greeting<'a>
[src]

impl<'a> PartialEq for Greeting<'a>
[src]

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

This method tests for !=.

impl<'a> Hash for Greeting<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Display for Greeting<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Greeting<'a>

impl<'a> Sync for Greeting<'a>