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