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