pub struct ThresholdFilterDeserializer;
Expand description
Trait Implementations
sourceimpl Deserialize for ThresholdFilterDeserializer
impl Deserialize for ThresholdFilterDeserializer
type Config = ThresholdFilterConfig
type Config = ThresholdFilterConfig
This deserializer’s configuration.
sourcefn deserialize(
&self,
config: ThresholdFilterConfig,
_: &Deserializers
) -> Result<Box<dyn Filter>, Box<dyn Error + Sync + Send>>
fn deserialize(
&self,
config: ThresholdFilterConfig,
_: &Deserializers
) -> Result<Box<dyn Filter>, Box<dyn Error + Sync + Send>>
Create a new trait object based on the provided config.
Auto Trait Implementations
impl RefUnwindSafe for ThresholdFilterDeserializer
impl Send for ThresholdFilterDeserializer
impl Sync for ThresholdFilterDeserializer
impl Unpin for ThresholdFilterDeserializer
impl UnwindSafe for ThresholdFilterDeserializer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more