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