[−][src]Struct jenkins_api::home::Home
Index of Jenkins, with details about the master, a list of Job and a list of View
Fields
mode: ModeMode of the node for job selections
node_description: StringDescription of the node
node_name: StringName of the node
num_executors: u32Number of executors of the node
description: Option<String>Description of the master
jobs: Vec<ShortJob>List of jobs
quieting_down: boolIs Jenkins preparing to restart
slave_agent_port: AgentPortHTTP port to the slave agent
use_crumbs: boolDoes this instance use crumbs for CSRF
use_security: boolFalse if this instance is either UNSECURED or NO_AUTHENTICATION
views: Vec<ShortView>List of views
Trait Implementations
impl Debug for Home[src]
impl<'de> Deserialize<'de> for Home[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Home
impl Send for Home
impl Sync for Home
impl Unpin for Home
impl UnwindSafe for Home
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,