enum Monkey {
Number(i64),
Result(usize, Operation, usize),
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Monkey
impl RefUnwindSafe for Monkey
impl Send for Monkey
impl Sync for Monkey
impl Unpin for Monkey
impl UnwindSafe for Monkey
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