pub struct AnalysisViewModel(pub AnalysisReport);Tuple Fields§
§0: AnalysisReportImplementations§
Source§impl AnalysisViewModel
impl AnalysisViewModel
pub fn new(report: AnalysisReport) -> Self
Trait Implementations§
Source§impl Debug for AnalysisViewModel
impl Debug for AnalysisViewModel
Auto Trait Implementations§
impl Freeze for AnalysisViewModel
impl RefUnwindSafe for AnalysisViewModel
impl Send for AnalysisViewModel
impl Sync for AnalysisViewModel
impl Unpin for AnalysisViewModel
impl UnwindSafe for AnalysisViewModel
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