pub struct RiskFinding {
pub severity: Severity,
pub title: String,
pub evidence: String,
pub recommendation: String,
}Fields§
§severity: Severity§title: String§evidence: String§recommendation: StringTrait Implementations§
Source§impl Clone for RiskFinding
impl Clone for RiskFinding
Source§fn clone(&self) -> RiskFinding
fn clone(&self) -> RiskFinding
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 moreAuto Trait Implementations§
impl Freeze for RiskFinding
impl RefUnwindSafe for RiskFinding
impl Send for RiskFinding
impl Sync for RiskFinding
impl Unpin for RiskFinding
impl UnsafeUnpin for RiskFinding
impl UnwindSafe for RiskFinding
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