pub struct Monkey {
items: Vec<u64>,
operation: Operation,
test: u64,
yes: usize,
no: usize,
}
Fields§
§items: Vec<u64>
§operation: Operation
§test: u64
§yes: usize
§no: usize
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