pub struct FeedbackReportStore { /* private fields */ }Implementations§
Source§impl FeedbackReportStore
impl FeedbackReportStore
pub fn new(reports_dir: impl Into<PathBuf>) -> Self
pub fn persist( &self, tool: &str, input: FeedbackInput, ) -> Result<PersistedFeedbackReport, String>
pub fn list(&self) -> Vec<PersistedFeedbackReport>
Auto Trait Implementations§
impl Freeze for FeedbackReportStore
impl RefUnwindSafe for FeedbackReportStore
impl Send for FeedbackReportStore
impl Sync for FeedbackReportStore
impl Unpin for FeedbackReportStore
impl UnsafeUnpin for FeedbackReportStore
impl UnwindSafe for FeedbackReportStore
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