pub enum OpsisEventKindHint {
WorldObservation,
AgentObservation,
AgentAlert,
GaiaCorrelation,
GaiaAnomaly,
Custom,
}Expand description
Hint for the expected OpsisEventKind variants under this schema.
Variants§
Trait Implementations§
Source§impl Clone for OpsisEventKindHint
impl Clone for OpsisEventKindHint
Source§fn clone(&self) -> OpsisEventKindHint
fn clone(&self) -> OpsisEventKindHint
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 OpsisEventKindHint
impl Debug for OpsisEventKindHint
Source§impl<'de> Deserialize<'de> for OpsisEventKindHint
impl<'de> Deserialize<'de> for OpsisEventKindHint
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 OpsisEventKindHint
impl PartialEq for OpsisEventKindHint
Source§impl Serialize for OpsisEventKindHint
impl Serialize for OpsisEventKindHint
impl Eq for OpsisEventKindHint
impl StructuralPartialEq for OpsisEventKindHint
Auto Trait Implementations§
impl Freeze for OpsisEventKindHint
impl RefUnwindSafe for OpsisEventKindHint
impl Send for OpsisEventKindHint
impl Sync for OpsisEventKindHint
impl Unpin for OpsisEventKindHint
impl UnsafeUnpin for OpsisEventKindHint
impl UnwindSafe for OpsisEventKindHint
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