pub struct DtoCodeVulnerabilityCompVersion {
pub file_path: Option<String>,
pub purl_namespace: Option<String>,
pub id: Option<String>,
pub commit_id: Option<String>,
pub comp_name: Option<String>,
pub created_at: Option<String>,
pub vul_id: Option<String>,
pub comp_version: Option<String>,
}
Expand description
DtoCodeVulnerabilityCompVersion 模型
Fields§
§file_path: Option<String>
§purl_namespace: Option<String>
§id: Option<String>
§commit_id: Option<String>
§comp_name: Option<String>
§created_at: Option<String>
§vul_id: Option<String>
§comp_version: Option<String>
Trait Implementations§
Source§impl Clone for DtoCodeVulnerabilityCompVersion
impl Clone for DtoCodeVulnerabilityCompVersion
Source§fn clone(&self) -> DtoCodeVulnerabilityCompVersion
fn clone(&self) -> DtoCodeVulnerabilityCompVersion
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 DtoCodeVulnerabilityCompVersion
impl<'de> Deserialize<'de> for DtoCodeVulnerabilityCompVersion
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 DtoCodeVulnerabilityCompVersion
impl RefUnwindSafe for DtoCodeVulnerabilityCompVersion
impl Send for DtoCodeVulnerabilityCompVersion
impl Sync for DtoCodeVulnerabilityCompVersion
impl Unpin for DtoCodeVulnerabilityCompVersion
impl UnwindSafe for DtoCodeVulnerabilityCompVersion
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