Enum clockwork_utils::thread::Equality
source · #[repr(u8)]pub enum Equality {
GreaterThanOrEqual,
LessThanOrEqual,
}
Expand description
Operators for describing how to compare two values to one another.
Variants§
Trait Implementations§
source§impl PartialEq<Equality> for Equality
impl PartialEq<Equality> for Equality
impl Eq for Equality
impl StructuralEq for Equality
impl StructuralPartialEq for Equality
Auto Trait Implementations§
impl RefUnwindSafe for Equality
impl Send for Equality
impl Sync for Equality
impl Unpin for Equality
impl UnwindSafe for Equality
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