Struct jenkins_api::nodes::computer::ComputerName[][src]

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

Helper type to act on a Computer

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for ComputerName<'a>

impl<'a> Sync for ComputerName<'a>