pub struct InMemoryRepositoryRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InMemoryRepositoryRegistry
impl Clone for InMemoryRepositoryRegistry
Source§fn clone(&self) -> InMemoryRepositoryRegistry
fn clone(&self) -> InMemoryRepositoryRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InMemoryRepositoryRegistry
impl Debug for InMemoryRepositoryRegistry
Source§impl Default for InMemoryRepositoryRegistry
impl Default for InMemoryRepositoryRegistry
Source§fn default() -> InMemoryRepositoryRegistry
fn default() -> InMemoryRepositoryRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryRepositoryRegistry
impl RefUnwindSafe for InMemoryRepositoryRegistry
impl Send for InMemoryRepositoryRegistry
impl Sync for InMemoryRepositoryRegistry
impl Unpin for InMemoryRepositoryRegistry
impl UnsafeUnpin for InMemoryRepositoryRegistry
impl UnwindSafe for InMemoryRepositoryRegistry
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