pub struct SetWork<T: SetReq>(/* private fields */);
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: PartialOrd + SetReq> PartialOrd for SetWork<T>
impl<T: PartialOrd + SetReq> PartialOrd for SetWork<T>
impl<T: Eq + SetReq> Eq for SetWork<T>
impl<T: SetReq> StructuralPartialEq for SetWork<T>
Auto Trait Implementations§
impl<T> Freeze for SetWork<T>
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