pub struct EducationId(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl EducationId
impl EducationId
Trait Implementations§
Source§impl Clone for EducationId
impl Clone for EducationId
Source§fn clone(&self) -> EducationId
fn clone(&self) -> EducationId
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 EducationId
impl Debug for EducationId
Source§impl<'de> Deserialize<'de> for EducationId
impl<'de> Deserialize<'de> for EducationId
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 Display for EducationId
impl Display for EducationId
Source§impl From<EducationId> for i32
impl From<EducationId> for i32
Source§fn from(outer: EducationId) -> Self
fn from(outer: EducationId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for EducationId
impl From<i32> for EducationId
Source§impl Hash for EducationId
impl Hash for EducationId
Source§impl Ord for EducationId
impl Ord for EducationId
Source§fn cmp(&self, other: &EducationId) -> Ordering
fn cmp(&self, other: &EducationId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EducationId
impl PartialEq for EducationId
Source§impl PartialOrd for EducationId
impl PartialOrd for EducationId
impl Copy for EducationId
impl Eq for EducationId
impl StructuralPartialEq for EducationId
Auto Trait Implementations§
impl Freeze for EducationId
impl RefUnwindSafe for EducationId
impl Send for EducationId
impl Sync for EducationId
impl Unpin for EducationId
impl UnwindSafe for EducationId
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