You could refer to them like this:
-
!Send + !Syncis "not thread-safe at all". -
Send + !Syncis "requires synchronization, even for immutable access". -
!Send + Syncis "it's a long story". -
Send + Syncwith&mut selfmethods is "requires synchronization when writing" -
Send + Syncwith only&selfmethods is "thread-safe"