pub struct MassSpectrometryRun {
pub id: Option<String>,
pub default_data_processing_id: Option<String>,
pub default_instrument_id: Option<u32>,
pub default_source_file_id: Option<String>,
pub start_time: Option<DateTime<FixedOffset>>,
}Expand description
Metadata describing the experiment that does not belong in any other section that covers some default options.
Fields§
§id: Option<String>§default_data_processing_id: Option<String>§default_instrument_id: Option<u32>§default_source_file_id: Option<String>§start_time: Option<DateTime<FixedOffset>>Implementations§
Trait Implementations§
Source§impl Clone for MassSpectrometryRun
impl Clone for MassSpectrometryRun
Source§fn clone(&self) -> MassSpectrometryRun
fn clone(&self) -> MassSpectrometryRun
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 MassSpectrometryRun
impl Debug for MassSpectrometryRun
Source§impl Default for MassSpectrometryRun
impl Default for MassSpectrometryRun
Source§fn default() -> MassSpectrometryRun
fn default() -> MassSpectrometryRun
Returns the “default value” for a type. Read more
impl Eq for MassSpectrometryRun
Source§impl Hash for MassSpectrometryRun
impl Hash for MassSpectrometryRun
Source§impl PartialEq for MassSpectrometryRun
impl PartialEq for MassSpectrometryRun
impl StructuralPartialEq for MassSpectrometryRun
Auto Trait Implementations§
impl Freeze for MassSpectrometryRun
impl RefUnwindSafe for MassSpectrometryRun
impl Send for MassSpectrometryRun
impl Sync for MassSpectrometryRun
impl Unpin for MassSpectrometryRun
impl UnsafeUnpin for MassSpectrometryRun
impl UnwindSafe for MassSpectrometryRun
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