pub struct Video;
👎Deprecated since 2018.1.1: Closed
Expand description
Video recommendation platform.
Trait Implementations§
impl<'period, 'in2017, Language> Developer<Language> for &'period Videowhere Language: Python, 'period: 'in2017,
Migration to Python 3.6 bugfix and codebase support.
impl Python for Video
Python was a main programming language on this project.
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