[][src]Crate not_copy

Structs

NotCopy

This type exists for one purpose and one purpose only. To help you ensure you're mutating the correct thing, and not mutating a copy. Put Copy types in here to rob them of their Copy implementation.