pub struct DialogueVoice {
pub voice_id: String,
pub name: String,
}Expand description
Voice mapping for ElevenLabs dialogue.
Fields§
§voice_id: String§name: StringTrait Implementations§
Source§impl Clone for DialogueVoice
impl Clone for DialogueVoice
Source§fn clone(&self) -> DialogueVoice
fn clone(&self) -> DialogueVoice
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 moreSource§impl Debug for DialogueVoice
impl Debug for DialogueVoice
Auto Trait Implementations§
impl Freeze for DialogueVoice
impl RefUnwindSafe for DialogueVoice
impl Send for DialogueVoice
impl Sync for DialogueVoice
impl Unpin for DialogueVoice
impl UnsafeUnpin for DialogueVoice
impl UnwindSafe for DialogueVoice
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