pub enum LogExportField {
Show 20 variants
Id,
TraceId,
CreatedAt,
Request,
Response,
IsSuccess,
AiOrg,
AiModel,
ReqUnits,
ResUnits,
TotalUnits,
RequestUrl,
Cost,
CostCurrency,
ResponseTime,
ResponseStatusCode,
Mode,
Config,
PromptSlug,
Metadata,
}Expand description
Requested data fields for log exports
Variants§
Id
TraceId
CreatedAt
Request
Response
IsSuccess
AiOrg
AiModel
ReqUnits
ResUnits
TotalUnits
RequestUrl
Cost
CostCurrency
ResponseTime
ResponseStatusCode
Mode
Config
PromptSlug
Metadata
Trait Implementations§
Source§impl Clone for LogExportField
impl Clone for LogExportField
Source§fn clone(&self) -> LogExportField
fn clone(&self) -> LogExportField
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 LogExportField
impl Debug for LogExportField
Source§impl<'de> Deserialize<'de> for LogExportField
impl<'de> Deserialize<'de> for LogExportField
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 Serialize for LogExportField
impl Serialize for LogExportField
impl Copy for LogExportField
Auto Trait Implementations§
impl Freeze for LogExportField
impl RefUnwindSafe for LogExportField
impl Send for LogExportField
impl Sync for LogExportField
impl Unpin for LogExportField
impl UnwindSafe for LogExportField
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