Structs§
- Borrow
Error - Ref
- Send
Unique Cell - Allows sending reference counted objects that don’t implement
Send
to other threads as long as only a single reference to the object exists.
Traits§
- Send
Unique - Like
Send
but only if we have the unique reference to the object