Struct resume::conferences::RamblerPython2021
source · pub struct RamblerPython2021;
Expand description
Rambler Python meetup.
- Best practice in user embedding with PyTourch and Docker
- Rust bindings for Python applications
- Spark: 20 minutes adventure
Trait Implementations§
impl Moderator for RamblerPython2021
Me as moderator and presenter.
impl<Ru> Video<Ru> for RamblerPython2021
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