pub struct VoiceMapping {
pub voice_attributes: HashMap<String, String>,
}Expand description
Voice mapping for custom voice names
Fields§
§voice_attributes: HashMap<String, String>Trait Implementations§
Source§impl Clone for VoiceMapping
impl Clone for VoiceMapping
Source§fn clone(&self) -> VoiceMapping
fn clone(&self) -> VoiceMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VoiceMapping
impl RefUnwindSafe for VoiceMapping
impl Send for VoiceMapping
impl Sync for VoiceMapping
impl Unpin for VoiceMapping
impl UnsafeUnpin for VoiceMapping
impl UnwindSafe for VoiceMapping
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