Struct resume::conferences::RustCon2022
source · pub struct RustCon2022;
Expand description
RustCon Russia 2022. TBD.
Trait Implementations§
impl ProgramDirector for RustCon2022
One of the Program directors of RustCon Russia 2021
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