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