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