pub enum SecurityAction {
RevokeAccess,
InitiateInvestigation,
ActivateBackup,
LogAndMonitor,
BlockRequest,
}Expand description
安全行动建议
Variants§
RevokeAccess
撤销访问权限
InitiateInvestigation
启动调查程序
ActivateBackup
激活备份系统
LogAndMonitor
记录并监控
BlockRequest
阻止请求
Trait Implementations§
Source§impl Clone for SecurityAction
impl Clone for SecurityAction
Source§fn clone(&self) -> SecurityAction
fn clone(&self) -> SecurityAction
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 SecurityAction
impl Debug for SecurityAction
Source§impl Serialize for SecurityAction
impl Serialize for SecurityAction
impl Copy for SecurityAction
Auto Trait Implementations§
impl Freeze for SecurityAction
impl RefUnwindSafe for SecurityAction
impl Send for SecurityAction
impl Sync for SecurityAction
impl Unpin for SecurityAction
impl UnsafeUnpin for SecurityAction
impl UnwindSafe for SecurityAction
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