pub enum SpectrumType {
MS1Spectrum,
MSnSpectrum,
Other,
}
Expand description
Type of spectrum acquired
Variants§
Trait Implementations§
Source§impl Clone for SpectrumType
impl Clone for SpectrumType
Source§fn clone(&self) -> SpectrumType
fn clone(&self) -> SpectrumType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SpectrumType
impl RefUnwindSafe for SpectrumType
impl Send for SpectrumType
impl Sync for SpectrumType
impl Unpin for SpectrumType
impl UnwindSafe for SpectrumType
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