pub struct InMemoryRegistry { /* private fields */ }Expand description
In-memory registry implementation.
Implementations§
Trait Implementations§
Source§impl Default for InMemoryRegistry
impl Default for InMemoryRegistry
Source§fn default() -> InMemoryRegistry
fn default() -> InMemoryRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryRegistry
impl !RefUnwindSafe for InMemoryRegistry
impl Send for InMemoryRegistry
impl Sync for InMemoryRegistry
impl Unpin for InMemoryRegistry
impl UnsafeUnpin for InMemoryRegistry
impl UnwindSafe for InMemoryRegistry
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