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