pub struct DtoCodeSensitiveSummary {
pub ignored: Option<i64>,
pub medium_count: Option<i64>,
pub enable: Option<bool>,
pub high_ignore_count: Option<i64>,
pub medium_ignore_count: Option<i64>,
pub low_count: Option<i64>,
pub low_ignore_count: Option<i64>,
pub high_count: Option<i64>,
pub open: Option<i64>,
}Expand description
DtoCodeSensitiveSummary 模型
Fields§
§ignored: Option<i64>§medium_count: Option<i64>§enable: Option<bool>§high_ignore_count: Option<i64>§medium_ignore_count: Option<i64>§low_count: Option<i64>§low_ignore_count: Option<i64>§high_count: Option<i64>§open: Option<i64>Trait Implementations§
Source§impl Clone for DtoCodeSensitiveSummary
impl Clone for DtoCodeSensitiveSummary
Source§fn clone(&self) -> DtoCodeSensitiveSummary
fn clone(&self) -> DtoCodeSensitiveSummary
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 DtoCodeSensitiveSummary
impl Debug for DtoCodeSensitiveSummary
Source§impl<'de> Deserialize<'de> for DtoCodeSensitiveSummary
impl<'de> Deserialize<'de> for DtoCodeSensitiveSummary
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 DtoCodeSensitiveSummary
impl RefUnwindSafe for DtoCodeSensitiveSummary
impl Send for DtoCodeSensitiveSummary
impl Sync for DtoCodeSensitiveSummary
impl Unpin for DtoCodeSensitiveSummary
impl UnsafeUnpin for DtoCodeSensitiveSummary
impl UnwindSafe for DtoCodeSensitiveSummary
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