pub struct VoiceInput {
pub name: String,
pub dataset_url: Option<String>,
pub callback_uri: Option<String>,
}
Fields§
§name: String
§dataset_url: Option<String>
§callback_uri: Option<String>
Trait Implementations§
Source§impl Debug for VoiceInput
impl Debug for VoiceInput
Auto Trait Implementations§
impl Freeze for VoiceInput
impl RefUnwindSafe for VoiceInput
impl Send for VoiceInput
impl Sync for VoiceInput
impl Unpin for VoiceInput
impl UnwindSafe for VoiceInput
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