rust-sc2
rust-sc2 copied to clipboard
Accessing fields and methods of `Bot` takes ownership of *self.
This is bad because makes borrowing checker limit you in places where it shouldn't.