pub struct Dialoguenhance {
pub original: Option<f64>,
pub enhance: Option<f64>,
pub voice: Option<f64>,
}Fields§
§original: Option<f64>§enhance: Option<f64>§voice: Option<f64>Trait Implementations§
Source§impl Default for Dialoguenhance
impl Default for Dialoguenhance
Source§fn default() -> Dialoguenhance
fn default() -> Dialoguenhance
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Dialoguenhance
impl RefUnwindSafe for Dialoguenhance
impl Send for Dialoguenhance
impl Sync for Dialoguenhance
impl Unpin for Dialoguenhance
impl UnsafeUnpin for Dialoguenhance
impl UnwindSafe for Dialoguenhance
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