pub struct Risks {
pub suid_sgid: RiskLevel,
pub hardlinks: RiskLevel,
pub source_trust: SourceTrustPolicy,
pub ownership_strict: bool,
}
Expand description
Risk controls toggles.
Fields§
§suid_sgid: RiskLevel
§hardlinks: RiskLevel
§source_trust: SourceTrustPolicy
§ownership_strict: bool
Trait Implementations§
impl Copy for Risks
Auto Trait Implementations§
impl Freeze for Risks
impl RefUnwindSafe for Risks
impl Send for Risks
impl Sync for Risks
impl Unpin for Risks
impl UnwindSafe for Risks
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