pub struct EvidenceInterpretationOutput {
pub plugin: String,
pub values: Vec<InterpretedValueMention>,
pub diagnostics: Vec<String>,
}Fields§
§plugin: String§values: Vec<InterpretedValueMention>§diagnostics: Vec<String>Trait Implementations§
Source§impl Clone for EvidenceInterpretationOutput
impl Clone for EvidenceInterpretationOutput
Source§fn clone(&self) -> EvidenceInterpretationOutput
fn clone(&self) -> EvidenceInterpretationOutput
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 EvidenceInterpretationOutput
impl Debug for EvidenceInterpretationOutput
Source§impl<'de> Deserialize<'de> for EvidenceInterpretationOutput
impl<'de> Deserialize<'de> for EvidenceInterpretationOutput
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 StructuralPartialEq for EvidenceInterpretationOutput
Auto Trait Implementations§
impl Freeze for EvidenceInterpretationOutput
impl RefUnwindSafe for EvidenceInterpretationOutput
impl Send for EvidenceInterpretationOutput
impl Sync for EvidenceInterpretationOutput
impl Unpin for EvidenceInterpretationOutput
impl UnsafeUnpin for EvidenceInterpretationOutput
impl UnwindSafe for EvidenceInterpretationOutput
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