pub struct IngestConfig {
pub limits: IngestLimits,
pub capture_raw: CaptureRaw,
pub error_detail_capture: ErrorDetailCapture,
pub error_sink: Option<Box<dyn ErrorDetailSink>>,
}Fields§
§limits: IngestLimits§capture_raw: CaptureRaw§error_detail_capture: ErrorDetailCapture§error_sink: Option<Box<dyn ErrorDetailSink>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IngestConfig
impl !RefUnwindSafe for IngestConfig
impl Send for IngestConfig
impl !Sync for IngestConfig
impl Unpin for IngestConfig
impl UnsafeUnpin for IngestConfig
impl !UnwindSafe for IngestConfig
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