pub struct SDKConfig {
pub tenant_id: TenantId,
pub endpoint: Option<String>,
pub enable_async_upload: bool,
pub buffer_size: usize,
}Expand description
Configuration for the LLMTrace SDK
Fields§
§tenant_id: TenantId§endpoint: Option<String>§enable_async_upload: bool§buffer_size: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SDKConfig
impl RefUnwindSafe for SDKConfig
impl Send for SDKConfig
impl Sync for SDKConfig
impl Unpin for SDKConfig
impl UnsafeUnpin for SDKConfig
impl UnwindSafe for SDKConfig
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