pub enum Sgn0Result {
NonNegative,
Negative,
}
Expand description
Result of Sgn0
Variants§
Trait Implementations§
Source§impl BitXor for Sgn0Result
impl BitXor for Sgn0Result
Source§impl Debug for Sgn0Result
impl Debug for Sgn0Result
Source§impl PartialEq for Sgn0Result
impl PartialEq for Sgn0Result
impl Eq for Sgn0Result
impl StructuralPartialEq for Sgn0Result
Auto Trait Implementations§
impl Freeze for Sgn0Result
impl RefUnwindSafe for Sgn0Result
impl Send for Sgn0Result
impl Sync for Sgn0Result
impl Unpin for Sgn0Result
impl UnwindSafe for Sgn0Result
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