pub struct RangedU8<const LOW: u8, const HIGH: u8>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<const LOW: u8, const HIGH: u8> Ord for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Ord for RangedU8<LOW, HIGH>
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<const LOW: u8, const HIGH: u8> PartialOrd for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> PartialOrd for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Copy for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Eq for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> StructuralPartialEq for RangedU8<LOW, HIGH>
Auto Trait Implementations§
impl<const LOW: u8, const HIGH: u8> Freeze for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> RefUnwindSafe for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Send for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Sync for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> Unpin for RangedU8<LOW, HIGH>
impl<const LOW: u8, const HIGH: u8> UnwindSafe for RangedU8<LOW, HIGH>
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