pub struct Video;
👎Deprecated since 2018.1.1:
Closed
Expand description
Video recommendation platform.
Trait Implementations
impl<'period, 'in2017, Language> Developer<Language> for &'period Video where
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more