pub struct Sighting {
pub common: CommonProperties,
pub count: u32,
pub sighting_of_ref: String,
pub where_sighted_refs: Vec<String>,
}Expand description
Sighting Domain Object
Fields§
§common: CommonProperties§count: u32§sighting_of_ref: String§where_sighted_refs: Vec<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sighting
impl<'de> Deserialize<'de> for Sighting
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 From<Sighting> for StixObjectEnum
impl From<Sighting> for StixObjectEnum
Source§impl StixObject for Sighting
impl StixObject for Sighting
impl Eq for Sighting
impl StructuralPartialEq for Sighting
Auto Trait Implementations§
impl Freeze for Sighting
impl RefUnwindSafe for Sighting
impl Send for Sighting
impl Sync for Sighting
impl Unpin for Sighting
impl UnwindSafe for Sighting
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