pub struct ExploitGraphExport {
pub schema_version: &'static str,
pub schema_uri: &'static str,
pub view: &'static str,
pub source: PipelineSource,
pub paths: Vec<ExploitPathExport>,
pub summary: ExploitGraphSummary,
}Fields§
§schema_version: &'static str§schema_uri: &'static str§view: &'static str§source: PipelineSource§paths: Vec<ExploitPathExport>§summary: ExploitGraphSummaryTrait Implementations§
Source§impl Clone for ExploitGraphExport
impl Clone for ExploitGraphExport
Source§fn clone(&self) -> ExploitGraphExport
fn clone(&self) -> ExploitGraphExport
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 ExploitGraphExport
impl Debug for ExploitGraphExport
Auto Trait Implementations§
impl Freeze for ExploitGraphExport
impl RefUnwindSafe for ExploitGraphExport
impl Send for ExploitGraphExport
impl Sync for ExploitGraphExport
impl Unpin for ExploitGraphExport
impl UnsafeUnpin for ExploitGraphExport
impl UnwindSafe for ExploitGraphExport
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