pub struct OCELEvent {
pub id: String,
pub event_type: String,
pub time: DateTime<FixedOffset>,
pub attributes: Vec<OCELEventAttribute>,
pub relationships: Vec<OCELRelationship>,
}Fields§
§id: String§event_type: String§time: DateTime<FixedOffset>§attributes: Vec<OCELEventAttribute>§relationships: Vec<OCELRelationship>Trait Implementations§
Source§impl<'de> Deserialize<'de> for OCELEvent
impl<'de> Deserialize<'de> for OCELEvent
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
impl StructuralPartialEq for OCELEvent
Auto Trait Implementations§
impl Freeze for OCELEvent
impl RefUnwindSafe for OCELEvent
impl Send for OCELEvent
impl Sync for OCELEvent
impl Unpin for OCELEvent
impl UnsafeUnpin for OCELEvent
impl UnwindSafe for OCELEvent
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