pub struct NoiseReductionConfig {
pub noise_reduction_type: String,
}Fields§
§noise_reduction_type: StringTrait Implementations§
Source§impl Debug for NoiseReductionConfig
impl Debug for NoiseReductionConfig
Source§impl<'de> Deserialize<'de> for NoiseReductionConfig
impl<'de> Deserialize<'de> for NoiseReductionConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NoiseReductionConfig
impl RefUnwindSafe for NoiseReductionConfig
impl Send for NoiseReductionConfig
impl Sync for NoiseReductionConfig
impl Unpin for NoiseReductionConfig
impl UnwindSafe for NoiseReductionConfig
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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