Rust Builder Pattern

This is just a small test to see how the builder pattern can be implemented in Rust. Have a look at src/main.rs to see the code.

The methods take mutable ownership of self but return it again after making the necessary changes.