pub enum EducationStatus {
Student,
Graduate,
}Variants§
Trait Implementations§
Source§impl Clone for EducationStatus
impl Clone for EducationStatus
Source§fn clone(&self) -> EducationStatus
fn clone(&self) -> EducationStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EducationStatus
impl Debug for EducationStatus
Auto Trait Implementations§
impl Freeze for EducationStatus
impl RefUnwindSafe for EducationStatus
impl Send for EducationStatus
impl Sync for EducationStatus
impl Unpin for EducationStatus
impl UnwindSafe for EducationStatus
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