pub enum FindingKind {
Excess,
Shortfall,
}Expand description
Whether a finding is about too much authority or too little.
Variants§
Excess
The definition grants more than 05-infrastructure.md item 2 asks for.
This is what makes a review fail.
Shortfall
The definition does not grant something the daemon needs, or does not state something the review cannot verify without.
Trait Implementations§
Source§impl Clone for FindingKind
impl Clone for FindingKind
Source§fn clone(&self) -> FindingKind
fn clone(&self) -> FindingKind
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 FindingKind
Source§impl Debug for FindingKind
impl Debug for FindingKind
Source§impl Display for FindingKind
impl Display for FindingKind
impl Eq for FindingKind
Source§impl PartialEq for FindingKind
impl PartialEq for FindingKind
impl StructuralPartialEq for FindingKind
Auto Trait Implementations§
impl Freeze for FindingKind
impl RefUnwindSafe for FindingKind
impl Send for FindingKind
impl Sync for FindingKind
impl Unpin for FindingKind
impl UnsafeUnpin for FindingKind
impl UnwindSafe for FindingKind
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