pub struct JobPath(/* private fields */);Expand description
A Jenkins job path (supports nested items like folder/job).
The SDK will translate a path like a/b into URL segments: /job/a/job/b/....
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobPath
impl<'de> Deserialize<'de> for JobPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for JobPath
impl Ord for JobPath
Source§impl PartialOrd for JobPath
impl PartialOrd for JobPath
impl Eq for JobPath
impl StructuralPartialEq for JobPath
Auto Trait Implementations§
impl Freeze for JobPath
impl RefUnwindSafe for JobPath
impl Send for JobPath
impl Sync for JobPath
impl Unpin for JobPath
impl UnwindSafe for JobPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more