pub struct InputUpdateObservable {
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>,
}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>Implementations§
Source§impl InputUpdateObservable
impl InputUpdateObservable
pub fn new() -> InputUpdateObservable
Trait Implementations§
Source§impl Clone for InputUpdateObservable
impl Clone for InputUpdateObservable
Source§fn clone(&self) -> InputUpdateObservable
fn clone(&self) -> InputUpdateObservable
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 InputUpdateObservable
impl Debug for InputUpdateObservable
Source§impl Default for InputUpdateObservable
impl Default for InputUpdateObservable
Source§fn default() -> InputUpdateObservable
fn default() -> InputUpdateObservable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputUpdateObservable
impl<'de> Deserialize<'de> for InputUpdateObservable
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 InputUpdateObservable
impl PartialEq for InputUpdateObservable
Source§impl Serialize for InputUpdateObservable
impl Serialize for InputUpdateObservable
impl StructuralPartialEq for InputUpdateObservable
Auto Trait Implementations§
impl Freeze for InputUpdateObservable
impl RefUnwindSafe for InputUpdateObservable
impl Send for InputUpdateObservable
impl Sync for InputUpdateObservable
impl Unpin for InputUpdateObservable
impl UnwindSafe for InputUpdateObservable
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