pub struct HttpDistiller { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Distiller for HttpDistiller
impl Distiller for HttpDistiller
fn distill(&self, log_entries: &[Value]) -> Result<Vec<DistilledChunk>>
fn distill_with_context( &self, primary: &Value, related_logs: &[Value], ) -> Result<Vec<DistilledChunk>>
fn provenance(&self) -> DistillProvenance
Auto Trait Implementations§
impl Freeze for HttpDistiller
impl RefUnwindSafe for HttpDistiller
impl Send for HttpDistiller
impl Sync for HttpDistiller
impl Unpin for HttpDistiller
impl UnsafeUnpin for HttpDistiller
impl UnwindSafe for HttpDistiller
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