pub enum PlanRiskHint {
ReadOnly,
Writes,
Shell,
Network,
Elevated,
}Expand description
Coarse risk classification from the structured plan risk field.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlanRiskHint
impl Clone for PlanRiskHint
Source§fn clone(&self) -> PlanRiskHint
fn clone(&self) -> PlanRiskHint
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 moreimpl Copy for PlanRiskHint
Source§impl Debug for PlanRiskHint
impl Debug for PlanRiskHint
impl Eq for PlanRiskHint
Source§impl PartialEq for PlanRiskHint
impl PartialEq for PlanRiskHint
impl StructuralPartialEq for PlanRiskHint
Auto Trait Implementations§
impl Freeze for PlanRiskHint
impl RefUnwindSafe for PlanRiskHint
impl Send for PlanRiskHint
impl Sync for PlanRiskHint
impl Unpin for PlanRiskHint
impl UnsafeUnpin for PlanRiskHint
impl UnwindSafe for PlanRiskHint
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