I found in the library reference for std::rc::Rc this trait implementation
impl !Send for Rc where T: ?Sized,
This is a negative trait impl, so you can read it as opting out of the Send trait.
Send