pub struct ComputeRegistry { /* private fields */ }Expand description
Registry mapping name prefixes to ComputeHandler implementations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComputeRegistry
impl RefUnwindSafe for ComputeRegistry
impl Send for ComputeRegistry
impl Sync for ComputeRegistry
impl Unpin for ComputeRegistry
impl UnwindSafe for ComputeRegistry
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