pub struct Subtitles<'a>(pub &'a Vec<Subtitle>);Tuple Fields§
§0: &'a Vec<Subtitle>Trait Implementations§
Source§impl<'a> Renderable<Classic> for Subtitles<'a>
impl<'a> Renderable<Classic> for Subtitles<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtitles<'a>
impl<'a> RefUnwindSafe for Subtitles<'a>
impl<'a> Send for Subtitles<'a>
impl<'a> Sync for Subtitles<'a>
impl<'a> Unpin for Subtitles<'a>
impl<'a> UnwindSafe for Subtitles<'a>
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