Trait jenkins_api::view::View[][src]

pub trait View {
    fn name(&self) -> &str;
}

Trait implemented by specialization of view

Required Methods

Get the name of the view

Implementors