pub struct QueueService { /* private fields */ }Expand description
Jenkins queue (core) APIs.
Implementations§
Trait Implementations§
Source§impl Clone for QueueService
impl Clone for QueueService
Source§fn clone(&self) -> QueueService
fn clone(&self) -> QueueService
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueueService
impl !RefUnwindSafe for QueueService
impl Send for QueueService
impl Sync for QueueService
impl Unpin for QueueService
impl !UnwindSafe for QueueService
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