Struct ra_ap_rustc_data_structures::sync::Registry
source · pub struct Registry(/* private fields */);
Expand description
Represents a list of threads which can access worker locals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl !UnwindSafe for Registry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more