pub enum SecurityRiskType {
AccessControl,
Authentication,
DeviceSecurity,
Compliance,
General,
}Expand description
安全风险类型
Variants§
Trait Implementations§
Source§impl Clone for SecurityRiskType
impl Clone for SecurityRiskType
Source§fn clone(&self) -> SecurityRiskType
fn clone(&self) -> SecurityRiskType
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 moreSource§impl Debug for SecurityRiskType
impl Debug for SecurityRiskType
Source§impl Serialize for SecurityRiskType
impl Serialize for SecurityRiskType
impl Copy for SecurityRiskType
Auto Trait Implementations§
impl Freeze for SecurityRiskType
impl RefUnwindSafe for SecurityRiskType
impl Send for SecurityRiskType
impl Sync for SecurityRiskType
impl Unpin for SecurityRiskType
impl UnsafeUnpin for SecurityRiskType
impl UnwindSafe for SecurityRiskType
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