pub struct UserCurrentEducation {
pub id: EducationId,
pub until: i32,
}
Fields§
§id: EducationId
§until: i32
Trait Implementations§
Source§impl Clone for UserCurrentEducation
impl Clone for UserCurrentEducation
Source§fn clone(&self) -> UserCurrentEducation
fn clone(&self) -> UserCurrentEducation
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 UserCurrentEducation
impl Debug for UserCurrentEducation
Source§impl<'de> Deserialize<'de> for UserCurrentEducation
impl<'de> Deserialize<'de> for UserCurrentEducation
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 UserCurrentEducation
impl PartialEq for UserCurrentEducation
impl StructuralPartialEq for UserCurrentEducation
Auto Trait Implementations§
impl Freeze for UserCurrentEducation
impl RefUnwindSafe for UserCurrentEducation
impl Send for UserCurrentEducation
impl Sync for UserCurrentEducation
impl Unpin for UserCurrentEducation
impl UnwindSafe for UserCurrentEducation
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