I\'ve recognized that when moving a dereferenced Box with *Box::new(_), it doesn\'t call Deref::deref nor DerefMut::deref_mut
Box
*Box::new(_)
Deref::deref
DerefMut::deref_mut