pub struct WebCodeSensitiveDetail {Show 20 fields
pub cs_sub_type: Option<Value>,
pub cs_type: Option<Value>,
pub raw_author: Option<Value>,
pub file_name: Option<String>,
pub file_path: Option<String>,
pub revision: Option<String>,
pub tool: Option<String>,
pub ignore_reason: Option<String>,
pub risk_level: Option<String>,
pub state: Option<String>,
pub reopen_handler: Option<Value>,
pub issue_detail: Option<Vec<Value>>,
pub reopen_at: Option<String>,
pub id: Option<String>,
pub created_at: Option<String>,
pub occur_version: Option<String>,
pub handler: Option<Value>,
pub ignored_at: Option<String>,
pub line_no: Option<Vec<i64>>,
pub owner: Option<Value>,
}
Expand description
WebCodeSensitiveDetail 模型
Fields§
§cs_sub_type: Option<Value>
§cs_type: Option<Value>
§file_name: Option<String>
§file_path: Option<String>
§revision: Option<String>
§tool: Option<String>
§ignore_reason: Option<String>
§risk_level: Option<String>
§state: Option<String>
§reopen_handler: Option<Value>
§issue_detail: Option<Vec<Value>>
§reopen_at: Option<String>
§id: Option<String>
§created_at: Option<String>
§occur_version: Option<String>
§handler: Option<Value>
§ignored_at: Option<String>
§line_no: Option<Vec<i64>>
§owner: Option<Value>
Trait Implementations§
Source§impl Clone for WebCodeSensitiveDetail
impl Clone for WebCodeSensitiveDetail
Source§fn clone(&self) -> WebCodeSensitiveDetail
fn clone(&self) -> WebCodeSensitiveDetail
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 WebCodeSensitiveDetail
impl Debug for WebCodeSensitiveDetail
Source§impl<'de> Deserialize<'de> for WebCodeSensitiveDetail
impl<'de> Deserialize<'de> for WebCodeSensitiveDetail
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 WebCodeSensitiveDetail
impl RefUnwindSafe for WebCodeSensitiveDetail
impl Send for WebCodeSensitiveDetail
impl Sync for WebCodeSensitiveDetail
impl Unpin for WebCodeSensitiveDetail
impl UnwindSafe for WebCodeSensitiveDetail
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