pub struct EvidencePacketArtifacts {
pub analyze_md: String,
pub analyze_json: String,
pub context_md: String,
pub syntax_json: Option<String>,
}Expand description
Packet artifact paths.
Fields§
§analyze_md: String§analyze_json: String§context_md: String§syntax_json: Option<String>Trait Implementations§
Source§impl Clone for EvidencePacketArtifacts
impl Clone for EvidencePacketArtifacts
Source§fn clone(&self) -> EvidencePacketArtifacts
fn clone(&self) -> EvidencePacketArtifacts
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 EvidencePacketArtifacts
impl Debug for EvidencePacketArtifacts
Source§impl<'de> Deserialize<'de> for EvidencePacketArtifacts
impl<'de> Deserialize<'de> for EvidencePacketArtifacts
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 EvidencePacketArtifacts
Source§impl PartialEq for EvidencePacketArtifacts
impl PartialEq for EvidencePacketArtifacts
Source§fn eq(&self, other: &EvidencePacketArtifacts) -> bool
fn eq(&self, other: &EvidencePacketArtifacts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EvidencePacketArtifacts
impl Serialize for EvidencePacketArtifacts
impl StructuralPartialEq for EvidencePacketArtifacts
Auto Trait Implementations§
impl Freeze for EvidencePacketArtifacts
impl RefUnwindSafe for EvidencePacketArtifacts
impl Send for EvidencePacketArtifacts
impl Sync for EvidencePacketArtifacts
impl Unpin for EvidencePacketArtifacts
impl UnsafeUnpin for EvidencePacketArtifacts
impl UnwindSafe for EvidencePacketArtifacts
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