Structs§
- Drop
Owned - Once this type gets dropped, the contained value
is passed to the
drop_ownedfunction it has to implement.
Traits§
- Owned
Droppable - This trait has to be implemented for types that can be dropped ownedly.
Functions§
- drop_
owned - Creates a new instance of
DropOwnedcontaining the passedval.