Struct resume::conferences::MoscowRustMeetup2021
source · [−]pub struct MoscowRustMeetup2021;
Expand description
Local Moscow Rust community.
Trait Implementations
impl Speaker for MoscowRustMeetup2021
The experience of switching to Rust or how we got to open source.
impl<Ru> Video<Ru> for MoscowRustMeetup2021
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