pub struct ExploitGraphSummary {
pub path_count: usize,
pub observed_path_count: usize,
pub authority_path_count: usize,
}Fields§
§path_count: usize§observed_path_count: usizeTrait Implementations§
Source§impl Clone for ExploitGraphSummary
impl Clone for ExploitGraphSummary
Source§fn clone(&self) -> ExploitGraphSummary
fn clone(&self) -> ExploitGraphSummary
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 ExploitGraphSummary
impl Debug for ExploitGraphSummary
Auto Trait Implementations§
impl Freeze for ExploitGraphSummary
impl RefUnwindSafe for ExploitGraphSummary
impl Send for ExploitGraphSummary
impl Sync for ExploitGraphSummary
impl Unpin for ExploitGraphSummary
impl UnsafeUnpin for ExploitGraphSummary
impl UnwindSafe for ExploitGraphSummary
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