pub struct FileSpecRepository { /* private fields */ }Expand description
File-based implementation of SpecRepository.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSpecRepository
impl RefUnwindSafe for FileSpecRepository
impl Send for FileSpecRepository
impl Sync for FileSpecRepository
impl Unpin for FileSpecRepository
impl UnwindSafe for FileSpecRepository
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