pub struct ModeDegree(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ModeDegree
impl Clone for ModeDegree
Source§fn clone(&self) -> ModeDegree
fn clone(&self) -> ModeDegree
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 ModeDegree
impl Debug for ModeDegree
Source§impl Display for ModeDegree
impl Display for ModeDegree
Source§impl FromStr for ModeDegree
impl FromStr for ModeDegree
Source§impl Hash for ModeDegree
impl Hash for ModeDegree
Source§impl Ord for ModeDegree
impl Ord for ModeDegree
Source§fn cmp(&self, other: &ModeDegree) -> Ordering
fn cmp(&self, other: &ModeDegree) -> Ordering
1.21.0 (const: unstable) · 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 ModeDegree
impl PartialEq for ModeDegree
Source§fn eq(&self, other: &ModeDegree) -> bool
fn eq(&self, other: &ModeDegree) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ModeDegree
impl PartialOrd for ModeDegree
Source§impl TryFrom<u8> for ModeDegree
impl TryFrom<u8> for ModeDegree
impl Copy for ModeDegree
impl Eq for ModeDegree
impl StructuralPartialEq for ModeDegree
Auto Trait Implementations§
impl Freeze for ModeDegree
impl RefUnwindSafe for ModeDegree
impl Send for ModeDegree
impl Sync for ModeDegree
impl Unpin for ModeDegree
impl UnsafeUnpin for ModeDegree
impl UnwindSafe for ModeDegree
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