pub enum PredicateSign {
Negative,
Zero,
Positive,
}Variants§
Trait Implementations§
Source§impl Clone for PredicateSign
impl Clone for PredicateSign
Source§fn clone(&self) -> PredicateSign
fn clone(&self) -> PredicateSign
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PredicateSign
Source§impl Debug for PredicateSign
impl Debug for PredicateSign
impl Eq for PredicateSign
Source§impl PartialEq for PredicateSign
impl PartialEq for PredicateSign
impl StructuralPartialEq for PredicateSign
Auto Trait Implementations§
impl Freeze for PredicateSign
impl RefUnwindSafe for PredicateSign
impl Send for PredicateSign
impl Sync for PredicateSign
impl Unpin for PredicateSign
impl UnsafeUnpin for PredicateSign
impl UnwindSafe for PredicateSign
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