pub struct GetVoicesRequest {
pub language: Option<String>,
}Expand description
Request to get available voices
Fields§
§language: Option<String>Optional language filter
Trait Implementations§
Source§impl Debug for GetVoicesRequest
impl Debug for GetVoicesRequest
Source§impl<'de> Deserialize<'de> for GetVoicesRequest
impl<'de> Deserialize<'de> for GetVoicesRequest
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 GetVoicesRequest
impl RefUnwindSafe for GetVoicesRequest
impl Send for GetVoicesRequest
impl Sync for GetVoicesRequest
impl Unpin for GetVoicesRequest
impl UnwindSafe for GetVoicesRequest
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more