pub struct PolicyBurdenSummaryRow {
pub scope: String,
pub name: String,
pub watch_points: usize,
pub review_points: usize,
pub escalate_points: usize,
pub pass_review_escalate_points: usize,
pub pre_failure_review_escalate_points: usize,
pub silent_suppression_points: usize,
pub justification: String,
}Fields§
§scope: String§name: String§watch_points: usize§review_points: usize§escalate_points: usize§pass_review_escalate_points: usize§pre_failure_review_escalate_points: usize§silent_suppression_points: usize§justification: StringTrait Implementations§
Source§impl Clone for PolicyBurdenSummaryRow
impl Clone for PolicyBurdenSummaryRow
Source§fn clone(&self) -> PolicyBurdenSummaryRow
fn clone(&self) -> PolicyBurdenSummaryRow
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 PolicyBurdenSummaryRow
impl Debug for PolicyBurdenSummaryRow
Auto Trait Implementations§
impl Freeze for PolicyBurdenSummaryRow
impl RefUnwindSafe for PolicyBurdenSummaryRow
impl Send for PolicyBurdenSummaryRow
impl Sync for PolicyBurdenSummaryRow
impl Unpin for PolicyBurdenSummaryRow
impl UnsafeUnpin for PolicyBurdenSummaryRow
impl UnwindSafe for PolicyBurdenSummaryRow
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