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