pub struct ReviewEvidence {
pub finding_id: String,
pub role: Option<String>,
pub note: Option<String>,
}Fields§
§finding_id: String§role: Option<String>§note: Option<String>Trait Implementations§
Source§impl Clone for ReviewEvidence
impl Clone for ReviewEvidence
Source§fn clone(&self) -> ReviewEvidence
fn clone(&self) -> ReviewEvidence
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 ReviewEvidence
impl Debug for ReviewEvidence
Source§impl<'de> Deserialize<'de> for ReviewEvidence
impl<'de> Deserialize<'de> for ReviewEvidence
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReviewEvidence
impl PartialEq for ReviewEvidence
Source§fn eq(&self, other: &ReviewEvidence) -> bool
fn eq(&self, other: &ReviewEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReviewEvidence
impl Serialize for ReviewEvidence
impl StructuralPartialEq for ReviewEvidence
Auto Trait Implementations§
impl Freeze for ReviewEvidence
impl RefUnwindSafe for ReviewEvidence
impl Send for ReviewEvidence
impl Sync for ReviewEvidence
impl Unpin for ReviewEvidence
impl UnsafeUnpin for ReviewEvidence
impl UnwindSafe for ReviewEvidence
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