pub struct MicECourse(pub u32);Expand description
Course in degrees (0 = unknown/not applicable, 1–360).
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MicECourse
impl Clone for MicECourse
Source§fn clone(&self) -> MicECourse
fn clone(&self) -> MicECourse
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 moreSource§impl Debug for MicECourse
impl Debug for MicECourse
Source§impl PartialEq for MicECourse
impl PartialEq for MicECourse
Source§fn eq(&self, other: &MicECourse) -> bool
fn eq(&self, other: &MicECourse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MicECourse
impl Eq for MicECourse
impl StructuralPartialEq for MicECourse
Auto Trait Implementations§
impl Freeze for MicECourse
impl RefUnwindSafe for MicECourse
impl Send for MicECourse
impl Sync for MicECourse
impl Unpin for MicECourse
impl UnsafeUnpin for MicECourse
impl UnwindSafe for MicECourse
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