pub struct AnalysisStep {
pub step_id: String,
pub kind: AnalysisStepKind,
}Fields§
§step_id: String§kind: AnalysisStepKindTrait Implementations§
Source§impl Clone for AnalysisStep
impl Clone for AnalysisStep
Source§fn clone(&self) -> AnalysisStep
fn clone(&self) -> AnalysisStep
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnalysisStep
impl Debug for AnalysisStep
Source§impl<'de> Deserialize<'de> for AnalysisStep
impl<'de> Deserialize<'de> for AnalysisStep
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
impl Eq for AnalysisStep
Source§impl PartialEq for AnalysisStep
impl PartialEq for AnalysisStep
Source§fn eq(&self, other: &AnalysisStep) -> bool
fn eq(&self, other: &AnalysisStep) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AnalysisStep
impl Serialize for AnalysisStep
impl StructuralPartialEq for AnalysisStep
Auto Trait Implementations§
impl Freeze for AnalysisStep
impl RefUnwindSafe for AnalysisStep
impl Send for AnalysisStep
impl Sync for AnalysisStep
impl Unpin for AnalysisStep
impl UnsafeUnpin for AnalysisStep
impl UnwindSafe for AnalysisStep
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