I want to use the library in my project, but I found that Options does not implement Default. For example, uu_cp::Options and uu_mv::Options. This makes it necessary to manually construct a large struct when using them. If Default were implemented, it would make manual interaction much more convenient.