pub struct SignalExtractorConfig {
pub name: String,
pub version: String,
pub features: Vec<String>,
pub performance: PerformanceMetrics,
}Expand description
Configuration for signal extractors
Fields§
§name: StringExtractor name
version: StringExtractor version
features: Vec<String>Supported features
performance: PerformanceMetricsPerformance characteristics
Trait Implementations§
Source§impl Clone for SignalExtractorConfig
impl Clone for SignalExtractorConfig
Source§fn clone(&self) -> SignalExtractorConfig
fn clone(&self) -> SignalExtractorConfig
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 moreAuto Trait Implementations§
impl Freeze for SignalExtractorConfig
impl RefUnwindSafe for SignalExtractorConfig
impl Send for SignalExtractorConfig
impl Sync for SignalExtractorConfig
impl Unpin for SignalExtractorConfig
impl UnwindSafe for SignalExtractorConfig
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