Struct robin::job::JobName [] [src]

pub struct JobName(pub String);

A simple new type wrapper around strings.

Trait Implementations

impl Eq for JobName
[src]

impl PartialEq for JobName
[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 Hash for JobName
[src]

[src]

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

1.3.0
[src]

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

impl Debug for JobName
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for JobName

impl Sync for JobName