pub struct ReplayBundle {
pub schema: String,
pub program_name: String,
pub source_provenance: String,
pub exec: ReplayExec,
pub finding: Finding,
}Fields§
§schema: String§program_name: String§source_provenance: String§exec: ReplayExec§finding: FindingImplementations§
Source§impl ReplayBundle
impl ReplayBundle
pub fn from_finding( program: &Program, cfg: &ExecConfig, finding: Finding, ) -> Self
Trait Implementations§
Source§impl Clone for ReplayBundle
impl Clone for ReplayBundle
Source§fn clone(&self) -> ReplayBundle
fn clone(&self) -> ReplayBundle
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 ReplayBundle
impl Debug for ReplayBundle
Source§impl<'de> Deserialize<'de> for ReplayBundle
impl<'de> Deserialize<'de> for ReplayBundle
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 ReplayBundle
Source§impl PartialEq for ReplayBundle
impl PartialEq for ReplayBundle
Source§impl Serialize for ReplayBundle
impl Serialize for ReplayBundle
impl StructuralPartialEq for ReplayBundle
Auto Trait Implementations§
impl Freeze for ReplayBundle
impl RefUnwindSafe for ReplayBundle
impl Send for ReplayBundle
impl Sync for ReplayBundle
impl Unpin for ReplayBundle
impl UnsafeUnpin for ReplayBundle
impl UnwindSafe for ReplayBundle
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