https://github.com/t3hmrman/async-dropper/blob/main/crates/async-dropper-simple/src/lib.rs#L65 This line will replace self with Default impl and `timeout` becomes None: https://github.com/t3hmrman/async-dropper/blob/main/crates/async-dropper-simple/src/lib.rs#L61 Also as a note, adding Deref and Derefmut would be desirable to get the inner otherwise this Struct is less useful.