pub struct ReviewedNotApplicable {
pub reason: NotApplicableReason,
pub review: &'static str,
}Expand description
Independently reviewed typed not_applicable evidence.
Fields§
§reason: NotApplicableReasonSchema-admitted reason.
review: &'static strStable independent review locator.
Trait Implementations§
Source§impl Clone for ReviewedNotApplicable
impl Clone for ReviewedNotApplicable
Source§fn clone(&self) -> ReviewedNotApplicable
fn clone(&self) -> ReviewedNotApplicable
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 ReviewedNotApplicable
impl Debug for ReviewedNotApplicable
Source§impl PartialEq for ReviewedNotApplicable
impl PartialEq for ReviewedNotApplicable
Source§impl Serialize for ReviewedNotApplicable
impl Serialize for ReviewedNotApplicable
impl Copy for ReviewedNotApplicable
impl Eq for ReviewedNotApplicable
impl StructuralPartialEq for ReviewedNotApplicable
Auto Trait Implementations§
impl Freeze for ReviewedNotApplicable
impl RefUnwindSafe for ReviewedNotApplicable
impl Send for ReviewedNotApplicable
impl Sync for ReviewedNotApplicable
impl Unpin for ReviewedNotApplicable
impl UnwindSafe for ReviewedNotApplicable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.