pub enum SignOfX {
Not,
PositiveX,
NegativeX,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignOfX
impl RefUnwindSafe for SignOfX
impl Send for SignOfX
impl Sync for SignOfX
impl Unpin for SignOfX
impl UnwindSafe for SignOfX
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