pub struct DtoListCodeVulnerabilityResponse {Show 20 fields
pub created_at: Option<String>,
pub purl_namespace: Option<String>,
pub vul_tags: Option<String>,
pub ignore_reason: Option<Value>,
pub cnvd_id: Option<String>,
pub id: Option<String>,
pub scan_record_id: Option<String>,
pub cve_id: Option<String>,
pub user_name: Option<String>,
pub status: Option<Value>,
pub description: Option<String>,
pub vul_type: Option<String>,
pub cvss_rank: Option<Value>,
pub name: Option<String>,
pub ignore_operator: Option<String>,
pub is_ignore: Option<bool>,
pub comp_name: Option<String>,
pub poc_id: Option<String>,
pub cwe_id: Option<String>,
pub cnnvd_id: Option<String>,
}
Expand description
DtoListCodeVulnerabilityResponse 模型
Fields§
§created_at: Option<String>
§purl_namespace: Option<String>
§ignore_reason: Option<Value>
§cnvd_id: Option<String>
§id: Option<String>
§scan_record_id: Option<String>
§cve_id: Option<String>
§user_name: Option<String>
§status: Option<Value>
§description: Option<String>
§vul_type: Option<String>
§cvss_rank: Option<Value>
§name: Option<String>
§ignore_operator: Option<String>
§is_ignore: Option<bool>
§comp_name: Option<String>
§poc_id: Option<String>
§cwe_id: Option<String>
§cnnvd_id: Option<String>
Trait Implementations§
Source§impl Clone for DtoListCodeVulnerabilityResponse
impl Clone for DtoListCodeVulnerabilityResponse
Source§fn clone(&self) -> DtoListCodeVulnerabilityResponse
fn clone(&self) -> DtoListCodeVulnerabilityResponse
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<'de> Deserialize<'de> for DtoListCodeVulnerabilityResponse
impl<'de> Deserialize<'de> for DtoListCodeVulnerabilityResponse
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
Auto Trait Implementations§
impl Freeze for DtoListCodeVulnerabilityResponse
impl RefUnwindSafe for DtoListCodeVulnerabilityResponse
impl Send for DtoListCodeVulnerabilityResponse
impl Sync for DtoListCodeVulnerabilityResponse
impl Unpin for DtoListCodeVulnerabilityResponse
impl UnwindSafe for DtoListCodeVulnerabilityResponse
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