pub struct AttackResult {
pub command: String,
pub success: bool,
pub evidence: String,
pub finding_id: Option<String>,
}Fields§
§command: String§success: bool§evidence: String§finding_id: Option<String>Trait Implementations§
Source§impl Clone for AttackResult
impl Clone for AttackResult
Source§fn clone(&self) -> AttackResult
fn clone(&self) -> AttackResult
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 AttackResult
impl Debug for AttackResult
Auto Trait Implementations§
impl Freeze for AttackResult
impl RefUnwindSafe for AttackResult
impl Send for AttackResult
impl Sync for AttackResult
impl Unpin for AttackResult
impl UnsafeUnpin for AttackResult
impl UnwindSafe for AttackResult
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