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§
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