pub struct InMemorySpecRepository { /* private fields */ }Expand description
In-memory implementation of SpecRepository for testing.
Implementations§
Trait Implementations§
Source§impl Default for InMemorySpecRepository
impl Default for InMemorySpecRepository
Auto Trait Implementations§
impl Freeze for InMemorySpecRepository
impl RefUnwindSafe for InMemorySpecRepository
impl Send for InMemorySpecRepository
impl Sync for InMemorySpecRepository
impl Unpin for InMemorySpecRepository
impl UnwindSafe for InMemorySpecRepository
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