pub struct OutputVoiceID {
pub id: String,
}Expand description
Custom voice reference.
Fields§
§id: StringThe custom voice ID, e.g. voice_1234.
Trait Implementations§
Source§impl Clone for OutputVoiceID
impl Clone for OutputVoiceID
Source§fn clone(&self) -> OutputVoiceID
fn clone(&self) -> OutputVoiceID
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 moreSource§impl Debug for OutputVoiceID
impl Debug for OutputVoiceID
Source§impl<'de> Deserialize<'de> for OutputVoiceID
impl<'de> Deserialize<'de> for OutputVoiceID
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 OutputVoiceID
impl RefUnwindSafe for OutputVoiceID
impl Send for OutputVoiceID
impl Sync for OutputVoiceID
impl Unpin for OutputVoiceID
impl UnsafeUnpin for OutputVoiceID
impl UnwindSafe for OutputVoiceID
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