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

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

Trait implemented by specialization of view

Required methods

fn name(&self) -> &str

Get the name of the view

Loading content...

Implementors

impl View for CommonView[src]

impl View for ListView[src]

Loading content...