Struct IncrHdpl
pub struct IncrHdpl(/* private fields */);Implementations§
Trait Implementations§
impl Copy for IncrHdpl
impl Eq for IncrHdpl
§impl Ord for IncrHdpl
impl Ord for IncrHdpl
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
§impl PartialOrd for IncrHdpl
impl PartialOrd for IncrHdpl
impl StructuralPartialEq for IncrHdpl
Auto Trait Implementations§
impl Freeze for IncrHdpl
impl RefUnwindSafe for IncrHdpl
impl Send for IncrHdpl
impl Sync for IncrHdpl
impl Unpin for IncrHdpl
impl UnsafeUnpin for IncrHdpl
impl UnwindSafe for IncrHdpl
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