pub struct CascadeFinding {
pub cascade_depth: usize,
pub affected_tools: Vec<String>,
pub trigger: String,
pub description: String,
}Expand description
A cascade finding.
Fields§
§cascade_depth: usize§affected_tools: Vec<String>§trigger: String§description: StringTrait Implementations§
Source§impl Clone for CascadeFinding
impl Clone for CascadeFinding
Source§fn clone(&self) -> CascadeFinding
fn clone(&self) -> CascadeFinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CascadeFinding
impl RefUnwindSafe for CascadeFinding
impl Send for CascadeFinding
impl Sync for CascadeFinding
impl Unpin for CascadeFinding
impl UnsafeUnpin for CascadeFinding
impl UnwindSafe for CascadeFinding
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