pub struct InputUpdateAlert {Show 19 fields
pub type: Option<String>,
pub source: Option<String>,
pub source_ref: Option<String>,
pub external_link: Option<String>,
pub title: Option<String>,
pub description: Option<String>,
pub severity: Option<i32>,
pub date: Option<i64>,
pub last_sync_date: Option<i64>,
pub tags: Option<Vec<String>>,
pub tlp: Option<i32>,
pub pap: Option<i32>,
pub follow: Option<bool>,
pub custom_fields: Option<Vec<InputCustomFieldValue>>,
pub status: Option<String>,
pub summary: Option<String>,
pub assignee: Option<String>,
pub add_tags: Option<Vec<String>>,
pub remove_tags: Option<Vec<String>>,
}Fields§
§type: Option<String>§source: Option<String>§source_ref: Option<String>§external_link: Option<String>§title: Option<String>§description: Option<String>§severity: Option<i32>§date: Option<i64>§last_sync_date: Option<i64>§tlp: Option<i32>§pap: Option<i32>§follow: Option<bool>§custom_fields: Option<Vec<InputCustomFieldValue>>§status: Option<String>§summary: Option<String>§assignee: Option<String>Implementations§
Source§impl InputUpdateAlert
impl InputUpdateAlert
pub fn new() -> InputUpdateAlert
Trait Implementations§
Source§impl Clone for InputUpdateAlert
impl Clone for InputUpdateAlert
Source§fn clone(&self) -> InputUpdateAlert
fn clone(&self) -> InputUpdateAlert
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 InputUpdateAlert
impl Debug for InputUpdateAlert
Source§impl Default for InputUpdateAlert
impl Default for InputUpdateAlert
Source§fn default() -> InputUpdateAlert
fn default() -> InputUpdateAlert
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputUpdateAlert
impl<'de> Deserialize<'de> for InputUpdateAlert
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
Source§impl PartialEq for InputUpdateAlert
impl PartialEq for InputUpdateAlert
Source§impl Serialize for InputUpdateAlert
impl Serialize for InputUpdateAlert
impl StructuralPartialEq for InputUpdateAlert
Auto Trait Implementations§
impl Freeze for InputUpdateAlert
impl RefUnwindSafe for InputUpdateAlert
impl Send for InputUpdateAlert
impl Sync for InputUpdateAlert
impl Unpin for InputUpdateAlert
impl UnwindSafe for InputUpdateAlert
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