[−][src]Enum jenkins_api::client::Path
Path to an object in Jenkins
Variants
Path to the home
Path to a view
Fields of View
name: &'a str
The view name
Path to a job
Path to a job build
Fields of Build
job_name: &'a str
The job name
number: BuildNumber
The build number
configuration: Option<&'a str>
The build configuration
Path to the Jenkins queue
Path to an item in the queue
Fields of QueueItem
id: i32
The item id
Path to a build's maven artifacts
Fields of MavenArtifactRecord
job_name: &'a str
The job name
number: BuildNumber
The build number
configuration: Option<&'a str>
The build configuration
Path to the computers linked to Jenkins
Path to a computer
Fields of Computer
name: &'a str
The computer name
Unknown path
Fields of Raw
path: &'a str
The path itself
Trait Implementations
impl<'a> Debug for Path<'a>
[src]
impl<'a> PartialEq<Path<'a>> for Path<'a>
[src]
impl<'a> StructuralPartialEq for Path<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for Path<'a>
impl<'a> Send for Path<'a>
impl<'a> Sync for Path<'a>
impl<'a> Unpin for Path<'a>
impl<'a> UnwindSafe for Path<'a>
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> 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>,