Struct progress_monitor::work::set::SetWork
source · pub struct SetWork<T: SetReq>(_);
Trait Implementations§
source§impl<T: Ord + SetReq> Ord for SetWork<T>
impl<T: Ord + SetReq> Ord for SetWork<T>
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<T: PartialEq + SetReq> PartialEq<SetWork<T>> for SetWork<T>
impl<T: PartialEq + SetReq> PartialEq<SetWork<T>> for SetWork<T>
source§impl<T: PartialOrd + SetReq> PartialOrd<SetWork<T>> for SetWork<T>
impl<T: PartialOrd + SetReq> PartialOrd<SetWork<T>> for SetWork<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T: Eq + SetReq> Eq for SetWork<T>
impl<T: SetReq> StructuralEq for SetWork<T>
impl<T: SetReq> StructuralPartialEq for SetWork<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for SetWork<T>where T: RefUnwindSafe,
impl<T> Send for SetWork<T>where T: Send,
impl<T> Sync for SetWork<T>where T: Sync,
impl<T> Unpin for SetWork<T>
impl<T> UnwindSafe for SetWork<T>where T: RefUnwindSafe,
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