Struct resume::conferences::MoscowPythonPodcast2020
source · pub struct MoscowPythonPodcast2020;
Expand description
Podcast from founders of the biggest Russian python community MoscowPython
Trait Implementations§
impl Speaker for MoscowPythonPodcast2020
Guests with Andrey Ermilov.
We talked about the winding path of Python (and not only) developers. Btw we talked about refactoring and rewriting big projects (on Rust).
impl<Ru> Video<Ru> for MoscowPythonPodcast2020
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