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