pub struct AsyncJob {
pub jobid: i64,
}Expand description
Job handle from an async submission (poll job/status with jobid).
Fields§
§jobid: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for AsyncJob
impl<'de> Deserialize<'de> for AsyncJob
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
Auto Trait Implementations§
impl Freeze for AsyncJob
impl RefUnwindSafe for AsyncJob
impl Send for AsyncJob
impl Sync for AsyncJob
impl Unpin for AsyncJob
impl UnsafeUnpin for AsyncJob
impl UnwindSafe for AsyncJob
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