pub struct Ocel2GlobalLog {
pub attribute_names: Option<Vec<String>>,
pub ordering: Option<String>,
pub version: Option<String>,
}Expand description
OCEL 2.0 global log metadata.
Fields§
§attribute_names: Option<Vec<String>>Log name
ordering: Option<String>Ordering timestamp attribute
version: Option<String>Version
Trait Implementations§
Source§impl Debug for Ocel2GlobalLog
impl Debug for Ocel2GlobalLog
Source§impl<'de> Deserialize<'de> for Ocel2GlobalLog
impl<'de> Deserialize<'de> for Ocel2GlobalLog
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 Ocel2GlobalLog
impl RefUnwindSafe for Ocel2GlobalLog
impl Send for Ocel2GlobalLog
impl Sync for Ocel2GlobalLog
impl Unpin for Ocel2GlobalLog
impl UnwindSafe for Ocel2GlobalLog
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