pub enum ArithmeticUnop {
Negative,
Positive,
}
Variants§
Trait Implementations§
Source§impl Clone for ArithmeticUnop
impl Clone for ArithmeticUnop
Source§fn clone(&self) -> ArithmeticUnop
fn clone(&self) -> ArithmeticUnop
Returns a copy 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 ArithmeticUnop
impl Debug for ArithmeticUnop
impl Copy for ArithmeticUnop
Auto Trait Implementations§
impl Freeze for ArithmeticUnop
impl RefUnwindSafe for ArithmeticUnop
impl Send for ArithmeticUnop
impl Sync for ArithmeticUnop
impl Unpin for ArithmeticUnop
impl UnwindSafe for ArithmeticUnop
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