pub struct LangfuseEvent {
pub id: String,
pub type: String,
pub timestamp: String,
pub body: Value,
}Expand description
A single Langfuse event for the ingestion API.
Fields§
§id: String§type: String§timestamp: String§body: ValueTrait Implementations§
Source§impl Debug for LangfuseEvent
impl Debug for LangfuseEvent
Source§impl<'de> Deserialize<'de> for LangfuseEvent
impl<'de> Deserialize<'de> for LangfuseEvent
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 LangfuseEvent
impl RefUnwindSafe for LangfuseEvent
impl Send for LangfuseEvent
impl Sync for LangfuseEvent
impl Unpin for LangfuseEvent
impl UnsafeUnpin for LangfuseEvent
impl UnwindSafe for LangfuseEvent
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