pub struct SignalExtractor { /* private fields */ }Expand description
Signal extractor for converting intake events to evolution signals
Implementations§
Source§impl SignalExtractor
impl SignalExtractor
Sourcepub fn extract(&self, event: &IntakeEvent) -> Vec<ExtractedSignal>
pub fn extract(&self, event: &IntakeEvent) -> Vec<ExtractedSignal>
Extract signals from an intake event
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignalExtractor
impl RefUnwindSafe for SignalExtractor
impl Send for SignalExtractor
impl Sync for SignalExtractor
impl Unpin for SignalExtractor
impl UnsafeUnpin for SignalExtractor
impl UnwindSafe for SignalExtractor
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