Struct resume::conferences::RustCon2021
source · pub struct RustCon2021;
Expand description
RustCon Russia 2021. All videos you can see on YouTube
Trait Implementations§
impl ProgramDirector for RustCon2021
One of the Program directors of RustCon Russia 2021
impl<Ru> Video<Ru> for RustCon2021
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