pub struct YoutubeLoader { /* private fields */ }Expand description
Loader for YouTube video transcripts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YoutubeLoader
impl !RefUnwindSafe for YoutubeLoader
impl Send for YoutubeLoader
impl Sync for YoutubeLoader
impl Unpin for YoutubeLoader
impl UnsafeUnpin for YoutubeLoader
impl !UnwindSafe for YoutubeLoader
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