pub struct DetailedAnalysisReport {
pub report: AnalysisReport,
pub last_crop_observation: Option<CropObservation>,
}Expand description
AnalysisReport plus the last raw/aligned crop observation.
Fields§
§report: AnalysisReport§last_crop_observation: Option<CropObservation>Trait Implementations§
Source§impl Clone for DetailedAnalysisReport
impl Clone for DetailedAnalysisReport
Source§fn clone(&self) -> DetailedAnalysisReport
fn clone(&self) -> DetailedAnalysisReport
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 DetailedAnalysisReport
impl Debug for DetailedAnalysisReport
Source§impl PartialEq for DetailedAnalysisReport
impl PartialEq for DetailedAnalysisReport
impl StructuralPartialEq for DetailedAnalysisReport
Auto Trait Implementations§
impl Freeze for DetailedAnalysisReport
impl RefUnwindSafe for DetailedAnalysisReport
impl Send for DetailedAnalysisReport
impl Sync for DetailedAnalysisReport
impl Unpin for DetailedAnalysisReport
impl UnsafeUnpin for DetailedAnalysisReport
impl UnwindSafe for DetailedAnalysisReport
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