pub struct EvidenceInterpretationInput {
pub fragments: Vec<EvidenceFragment>,
}Fields§
§fragments: Vec<EvidenceFragment>Implementations§
Source§impl EvidenceInterpretationInput
impl EvidenceInterpretationInput
pub fn new(fragments: Vec<EvidenceFragment>) -> Self
Trait Implementations§
Source§impl Clone for EvidenceInterpretationInput
impl Clone for EvidenceInterpretationInput
Source§fn clone(&self) -> EvidenceInterpretationInput
fn clone(&self) -> EvidenceInterpretationInput
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 EvidenceInterpretationInput
impl Debug for EvidenceInterpretationInput
Source§impl<'de> Deserialize<'de> for EvidenceInterpretationInput
impl<'de> Deserialize<'de> for EvidenceInterpretationInput
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 EvidenceInterpretationInput
impl StructuralPartialEq for EvidenceInterpretationInput
Auto Trait Implementations§
impl Freeze for EvidenceInterpretationInput
impl RefUnwindSafe for EvidenceInterpretationInput
impl Send for EvidenceInterpretationInput
impl Sync for EvidenceInterpretationInput
impl Unpin for EvidenceInterpretationInput
impl UnsafeUnpin for EvidenceInterpretationInput
impl UnwindSafe for EvidenceInterpretationInput
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