pub struct DtoRepoSecurityOverview {
pub risk_cnt: Option<Value>,
pub code_sensitive: Option<Value>,
pub code_vulnerability: Option<Value>,
}Expand description
DtoRepoSecurityOverview 模型
Fields§
§risk_cnt: Option<Value>§code_sensitive: Option<Value>§code_vulnerability: Option<Value>Trait Implementations§
Source§impl Clone for DtoRepoSecurityOverview
impl Clone for DtoRepoSecurityOverview
Source§fn clone(&self) -> DtoRepoSecurityOverview
fn clone(&self) -> DtoRepoSecurityOverview
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 DtoRepoSecurityOverview
impl Debug for DtoRepoSecurityOverview
Source§impl<'de> Deserialize<'de> for DtoRepoSecurityOverview
impl<'de> Deserialize<'de> for DtoRepoSecurityOverview
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 DtoRepoSecurityOverview
impl RefUnwindSafe for DtoRepoSecurityOverview
impl Send for DtoRepoSecurityOverview
impl Sync for DtoRepoSecurityOverview
impl Unpin for DtoRepoSecurityOverview
impl UnsafeUnpin for DtoRepoSecurityOverview
impl UnwindSafe for DtoRepoSecurityOverview
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