Enum resume::EducationHistory
source · pub enum EducationHistory {
PhDStudent,
Specialist,
}
Expand description
Education history
Variants§
PhDStudent
2011 - 2014 Ph.D. Student (System analysis, management, and information processing)
Vladimir State University named after Alexander and Nikolay Stoletovs
Specialist
2006 - 2011 Information Security Specialist (Complex security of information objects)
Vladimir State University named after Alexander and Nikolay Stoletovs
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