pub struct DefaultRegistry;Expand description
The default registry used when no registry is specified in register_capability! or reflect!.
All capabilities registered without an explicit registry: ... go into this registry.
The default reflect!(value) call probes this registry for slots 0..256.
Auto Trait Implementations§
impl Freeze for DefaultRegistry
impl RefUnwindSafe for DefaultRegistry
impl Send for DefaultRegistry
impl Sync for DefaultRegistry
impl Unpin for DefaultRegistry
impl UnsafeUnpin for DefaultRegistry
impl UnwindSafe for DefaultRegistry
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