pub struct CertificationTypeId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for CertificationTypeId
impl Clone for CertificationTypeId
Source§fn clone(&self) -> CertificationTypeId
fn clone(&self) -> CertificationTypeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CertificationTypeId
Source§impl Debug for CertificationTypeId
impl Debug for CertificationTypeId
impl Eq for CertificationTypeId
Source§impl Hash for CertificationTypeId
impl Hash for CertificationTypeId
Source§impl PartialEq for CertificationTypeId
impl PartialEq for CertificationTypeId
Source§fn eq(&self, other: &CertificationTypeId) -> bool
fn eq(&self, other: &CertificationTypeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CertificationTypeId
Auto Trait Implementations§
impl Freeze for CertificationTypeId
impl RefUnwindSafe for CertificationTypeId
impl Send for CertificationTypeId
impl Sync for CertificationTypeId
impl Unpin for CertificationTypeId
impl UnsafeUnpin for CertificationTypeId
impl UnwindSafe for CertificationTypeId
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