pub enum StatsJobResponse {
Ok(StatsJob),
NotFound,
}Variants§
Ok(StatsJob)
Indicate success
Statistical information represented by a dictionary.
NotFound
If the job does not exist.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsJobResponse
impl RefUnwindSafe for StatsJobResponse
impl Send for StatsJobResponse
impl Sync for StatsJobResponse
impl Unpin for StatsJobResponse
impl UnwindSafe for StatsJobResponse
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