struct Slope<T>(T);Tuple Fields§
§0: TTrait Implementations§
Source§impl<T> Ord for Slope<T>where
T: Ord,
impl<T> Ord for Slope<T>where
T: Ord,
Source§impl<T> PartialOrd for Slope<T>where
T: PartialOrd,
impl<T> PartialOrd for Slope<T>where
T: PartialOrd,
impl<T: Copy> Copy for Slope<T>
impl<T: Eq> Eq for Slope<T>
impl<T> StructuralPartialEq for Slope<T>
Auto Trait Implementations§
impl<T> Freeze for Slope<T>where
T: Freeze,
impl<T> RefUnwindSafe for Slope<T>where
T: RefUnwindSafe,
impl<T> Send for Slope<T>where
T: Send,
impl<T> Sync for Slope<T>where
T: Sync,
impl<T> Unpin for Slope<T>where
T: Unpin,
impl<T> UnwindSafe for Slope<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsTotalOrd for Twhere
T: PartialOrd,
impl<T> AsTotalOrd for Twhere
T: PartialOrd,
fn as_total_ord(&self) -> TotalOrd<&T>
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