pub struct TranscriptConfig {
pub lang: Option<String>,
}
Expand description
Configuration options for fetching transcripts.
Fields§
§lang: Option<String>
The language code for the desired transcript (optional).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TranscriptConfig
impl RefUnwindSafe for TranscriptConfig
impl Send for TranscriptConfig
impl Sync for TranscriptConfig
impl Unpin for TranscriptConfig
impl UnwindSafe for TranscriptConfig
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