pub struct InputBulkUpdateObservable {
pub data_type: Option<String>,
pub message: Option<String>,
pub tlp: Option<i32>,
pub pap: Option<i32>,
pub tags: Option<Vec<String>>,
pub ioc: Option<bool>,
pub sighted: Option<bool>,
pub sighted_at: Option<i64>,
pub ignore_similarity: Option<bool>,
pub ids: Vec<String>,
}Fields§
§data_type: Option<String>§message: Option<String>§tlp: Option<i32>§pap: Option<i32>§ioc: Option<bool>§sighted: Option<bool>§sighted_at: Option<i64>§ignore_similarity: Option<bool>§ids: Vec<String>Implementations§
Source§impl InputBulkUpdateObservable
impl InputBulkUpdateObservable
pub fn new(ids: Vec<String>) -> InputBulkUpdateObservable
Trait Implementations§
Source§impl Clone for InputBulkUpdateObservable
impl Clone for InputBulkUpdateObservable
Source§fn clone(&self) -> InputBulkUpdateObservable
fn clone(&self) -> InputBulkUpdateObservable
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 InputBulkUpdateObservable
impl Debug for InputBulkUpdateObservable
Source§impl Default for InputBulkUpdateObservable
impl Default for InputBulkUpdateObservable
Source§fn default() -> InputBulkUpdateObservable
fn default() -> InputBulkUpdateObservable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputBulkUpdateObservable
impl<'de> Deserialize<'de> for InputBulkUpdateObservable
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
impl StructuralPartialEq for InputBulkUpdateObservable
Auto Trait Implementations§
impl Freeze for InputBulkUpdateObservable
impl RefUnwindSafe for InputBulkUpdateObservable
impl Send for InputBulkUpdateObservable
impl Sync for InputBulkUpdateObservable
impl Unpin for InputBulkUpdateObservable
impl UnwindSafe for InputBulkUpdateObservable
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