pub trait Set<T> { fn set(&mut self, value: T) -> &mut Self; }
Overloaded set method
set
Sets some property