pub struct SecurityErrorAnalyzer;Expand description
安全错误分析器
Implementations§
Source§impl SecurityErrorAnalyzer
impl SecurityErrorAnalyzer
Sourcepub fn analyze_security_risk(error: &SecurityError) -> SecurityRiskAssessment
pub fn analyze_security_risk(error: &SecurityError) -> SecurityRiskAssessment
分析安全错误的潜在风险
Trait Implementations§
Source§impl Clone for SecurityErrorAnalyzer
impl Clone for SecurityErrorAnalyzer
Source§fn clone(&self) -> SecurityErrorAnalyzer
fn clone(&self) -> SecurityErrorAnalyzer
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 SecurityErrorAnalyzer
impl Debug for SecurityErrorAnalyzer
impl Copy for SecurityErrorAnalyzer
Auto Trait Implementations§
impl Freeze for SecurityErrorAnalyzer
impl RefUnwindSafe for SecurityErrorAnalyzer
impl Send for SecurityErrorAnalyzer
impl Sync for SecurityErrorAnalyzer
impl Unpin for SecurityErrorAnalyzer
impl UnsafeUnpin for SecurityErrorAnalyzer
impl UnwindSafe for SecurityErrorAnalyzer
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