pub struct DtoRepoSecurityRiskCnt {
pub code_vulnerability_risk_cnt: Option<i64>,
pub total: Option<i64>,
pub enable: Option<bool>,
pub code_sensitive_risk_cnt: Option<i64>,
}Expand description
DtoRepoSecurityRiskCnt 模型
Fields§
§code_vulnerability_risk_cnt: Option<i64>§total: Option<i64>§enable: Option<bool>§code_sensitive_risk_cnt: Option<i64>Trait Implementations§
Source§impl Clone for DtoRepoSecurityRiskCnt
impl Clone for DtoRepoSecurityRiskCnt
Source§fn clone(&self) -> DtoRepoSecurityRiskCnt
fn clone(&self) -> DtoRepoSecurityRiskCnt
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 DtoRepoSecurityRiskCnt
impl Debug for DtoRepoSecurityRiskCnt
Source§impl<'de> Deserialize<'de> for DtoRepoSecurityRiskCnt
impl<'de> Deserialize<'de> for DtoRepoSecurityRiskCnt
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 DtoRepoSecurityRiskCnt
impl RefUnwindSafe for DtoRepoSecurityRiskCnt
impl Send for DtoRepoSecurityRiskCnt
impl Sync for DtoRepoSecurityRiskCnt
impl Unpin for DtoRepoSecurityRiskCnt
impl UnsafeUnpin for DtoRepoSecurityRiskCnt
impl UnwindSafe for DtoRepoSecurityRiskCnt
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