pub struct Ocel2EventType {
pub name: String,
pub attributes: Vec<Ocel2Attribute>,
}Expand description
OCEL 2.0 event type definition.
Fields§
§name: StringEvent type name (activity)
attributes: Vec<Ocel2Attribute>Attributes for this event type
Trait Implementations§
Source§impl Debug for Ocel2EventType
impl Debug for Ocel2EventType
Source§impl<'de> Deserialize<'de> for Ocel2EventType
impl<'de> Deserialize<'de> for Ocel2EventType
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
Auto Trait Implementations§
impl Freeze for Ocel2EventType
impl RefUnwindSafe for Ocel2EventType
impl Send for Ocel2EventType
impl Sync for Ocel2EventType
impl Unpin for Ocel2EventType
impl UnwindSafe for Ocel2EventType
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