pub struct DecisionCorrectionPath {
pub finding_id: String,
pub summary: String,
pub event_ids: Vec<String>,
pub artifact_ids: Vec<String>,
pub status: String,
}Fields§
§finding_id: String§summary: String§event_ids: Vec<String>§artifact_ids: Vec<String>§status: StringTrait Implementations§
Source§impl Clone for DecisionCorrectionPath
impl Clone for DecisionCorrectionPath
Source§fn clone(&self) -> DecisionCorrectionPath
fn clone(&self) -> DecisionCorrectionPath
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 DecisionCorrectionPath
impl Debug for DecisionCorrectionPath
Source§impl<'de> Deserialize<'de> for DecisionCorrectionPath
impl<'de> Deserialize<'de> for DecisionCorrectionPath
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 DecisionCorrectionPath
impl RefUnwindSafe for DecisionCorrectionPath
impl Send for DecisionCorrectionPath
impl Sync for DecisionCorrectionPath
impl Unpin for DecisionCorrectionPath
impl UnsafeUnpin for DecisionCorrectionPath
impl UnwindSafe for DecisionCorrectionPath
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