pub struct AnalysisStarted {
pub job_id: u32,
}Fields§
§job_id: u32Trait Implementations§
Source§impl Clone for AnalysisStarted
impl Clone for AnalysisStarted
Source§fn clone(&self) -> AnalysisStarted
fn clone(&self) -> AnalysisStarted
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 moreSource§impl Debug for AnalysisStarted
impl Debug for AnalysisStarted
Source§impl<'de> Deserialize<'de> for AnalysisStarted
impl<'de> Deserialize<'de> for AnalysisStarted
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 JsonRpcResponse for AnalysisStarted
impl JsonRpcResponse for AnalysisStarted
Auto Trait Implementations§
impl Freeze for AnalysisStarted
impl RefUnwindSafe for AnalysisStarted
impl Send for AnalysisStarted
impl Sync for AnalysisStarted
impl Unpin for AnalysisStarted
impl UnsafeUnpin for AnalysisStarted
impl UnwindSafe for AnalysisStarted
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