pub struct WebCodeSensitiveInfo {Show 13 fields
pub file_path: Option<String>,
pub id: Option<String>,
pub revision: Option<String>,
pub raw_author: Option<Value>,
pub risk_level: Option<String>,
pub tool: Option<String>,
pub issue_type: Option<String>,
pub owner: Option<Value>,
pub file_name: Option<String>,
pub created_at: Option<String>,
pub repo_id: Option<String>,
pub state: Option<String>,
pub occur_version: Option<String>,
}
Expand description
WebCodeSensitiveInfo 模型
Fields§
§file_path: Option<String>
§id: Option<String>
§revision: Option<String>
§risk_level: Option<String>
§tool: Option<String>
§issue_type: Option<String>
§owner: Option<Value>
§file_name: Option<String>
§created_at: Option<String>
§repo_id: Option<String>
§state: Option<String>
§occur_version: Option<String>
Trait Implementations§
Source§impl Clone for WebCodeSensitiveInfo
impl Clone for WebCodeSensitiveInfo
Source§fn clone(&self) -> WebCodeSensitiveInfo
fn clone(&self) -> WebCodeSensitiveInfo
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 Debug for WebCodeSensitiveInfo
impl Debug for WebCodeSensitiveInfo
Source§impl<'de> Deserialize<'de> for WebCodeSensitiveInfo
impl<'de> Deserialize<'de> for WebCodeSensitiveInfo
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 WebCodeSensitiveInfo
impl RefUnwindSafe for WebCodeSensitiveInfo
impl Send for WebCodeSensitiveInfo
impl Sync for WebCodeSensitiveInfo
impl Unpin for WebCodeSensitiveInfo
impl UnwindSafe for WebCodeSensitiveInfo
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