pub struct ExfilPathFinding {
pub path_type: ExfilPathType,
pub severity: u32,
pub stages: Vec<ExfilStage>,
pub description: String,
}Expand description
An exfiltration path finding.
Fields§
§path_type: ExfilPathType§severity: u32§stages: Vec<ExfilStage>§description: StringTrait Implementations§
Source§impl Clone for ExfilPathFinding
impl Clone for ExfilPathFinding
Source§fn clone(&self) -> ExfilPathFinding
fn clone(&self) -> ExfilPathFinding
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 ExfilPathFinding
impl RefUnwindSafe for ExfilPathFinding
impl Send for ExfilPathFinding
impl Sync for ExfilPathFinding
impl Unpin for ExfilPathFinding
impl UnsafeUnpin for ExfilPathFinding
impl UnwindSafe for ExfilPathFinding
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