pub struct UserEducation {
    pub complete: Vec<EducationId>,
    pub current: Option<UserCurrentEducation>,
}Fields§
§complete: Vec<EducationId>§current: Option<UserCurrentEducation>Trait Implementations§
Source§impl Clone for UserEducation
 
impl Clone for UserEducation
Source§fn clone(&self) -> UserEducation
 
fn clone(&self) -> UserEducation
Returns a copy 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 UserEducation
 
impl Debug for UserEducation
Source§impl<'de> Deserialize<'de> for UserEducation
 
impl<'de> Deserialize<'de> for UserEducation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserEducation
 
impl PartialEq for UserEducation
impl StructuralPartialEq for UserEducation
Auto Trait Implementations§
impl Freeze for UserEducation
impl RefUnwindSafe for UserEducation
impl Send for UserEducation
impl Sync for UserEducation
impl Unpin for UserEducation
impl UnwindSafe for UserEducation
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