Struct jenkins_api::job::JobName[][src]

pub struct JobName<'a>(pub &'a str);

Helper type to act on a job

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for JobName<'a>
[src]

Performs the conversion.

impl<'a> From<&'a String> for JobName<'a>
[src]

Performs the conversion.

impl<'a> From<&'a ShortJob> for JobName<'a>
[src]

Performs the conversion.

impl<'a, T: Job> From<&'a T> for JobName<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for JobName<'a>

impl<'a> Sync for JobName<'a>