pub enum CausalEventType {
Action,
Observation,
Decision,
ExternalEvent,
SystemEvent,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for CausalEventType
impl Clone for CausalEventType
Source§fn clone(&self) -> CausalEventType
fn clone(&self) -> CausalEventType
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 CausalEventType
impl Debug for CausalEventType
Source§impl<'de> Deserialize<'de> for CausalEventType
impl<'de> Deserialize<'de> for CausalEventType
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 CausalEventType
impl PartialEq for CausalEventType
Source§impl Serialize for CausalEventType
impl Serialize for CausalEventType
impl Copy for CausalEventType
impl Eq for CausalEventType
impl StructuralPartialEq for CausalEventType
Auto Trait Implementations§
impl Freeze for CausalEventType
impl RefUnwindSafe for CausalEventType
impl Send for CausalEventType
impl Sync for CausalEventType
impl Unpin for CausalEventType
impl UnsafeUnpin for CausalEventType
impl UnwindSafe for CausalEventType
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