pub enum i32Delta {
Set(i32),
Add(i32),
Sub(i32),
Mult(i32),
Div(i32),
Mod(i32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for i32Delta
impl RefUnwindSafe for i32Delta
impl Send for i32Delta
impl Sync for i32Delta
impl Unpin for i32Delta
impl UnwindSafe for i32Delta
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