Closed SirHall closed 1 year ago
I would like to be able to set all fields for the varying filters - and I personally only like defining new for structs if more than just copying fields into a struct has to be performed to initialize it hence why I've just marked the fields as pub.
new
pub
I'm sorry, but I don't want to make those fields public
I would like to be able to set all fields for the varying filters - and I personally only like defining
new
for structs if more than just copying fields into a struct has to be performed to initialize it hence why I've just marked the fields aspub
.