pub struct PrivilegeFinding {
pub kind: FindingKind,
pub subject: String,
pub detail: String,
}Expand description
One thing the review has to say about a definition.
Fields§
§kind: FindingKindExcess or shortfall.
subject: StringThe directive, key, or element it is about.
detail: StringWhat is wrong with it, in terms an operator can act on.
Trait Implementations§
Source§impl Clone for PrivilegeFinding
impl Clone for PrivilegeFinding
Source§fn clone(&self) -> PrivilegeFinding
fn clone(&self) -> PrivilegeFinding
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 PrivilegeFinding
impl Debug for PrivilegeFinding
Source§impl Display for PrivilegeFinding
impl Display for PrivilegeFinding
impl Eq for PrivilegeFinding
Source§impl PartialEq for PrivilegeFinding
impl PartialEq for PrivilegeFinding
impl StructuralPartialEq for PrivilegeFinding
Auto Trait Implementations§
impl Freeze for PrivilegeFinding
impl RefUnwindSafe for PrivilegeFinding
impl Send for PrivilegeFinding
impl Sync for PrivilegeFinding
impl Unpin for PrivilegeFinding
impl UnsafeUnpin for PrivilegeFinding
impl UnwindSafe for PrivilegeFinding
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