Struct sounding_analysis::ParcelAnalysis[][src]

pub struct ParcelAnalysis { /* fields omitted */ }

Parcel analysis, this is a way to package the analysis of a parcel.

Methods

impl ParcelAnalysis
[src]

Create a new empty Analysis.

Set a value in the analysis

Method to retrieve value from analysis.

Trait Implementations

impl Debug for ParcelAnalysis
[src]

Formats the value using the given formatter. Read more

impl Clone for ParcelAnalysis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations