pub enum Activation {
HCD,
MPID,
ETD,
CID,
ECD,
IRMPD,
PD,
PQD,
UVPD,
SID,
EThcD,
}Expand description
Activation method used for MSn fragmentation.
Variants§
HCD
Higher-energy collisional dissociation (Q Exactive style).
MPID
Multi-photon induced dissociation.
ETD
Electron transfer dissociation.
CID
Collision-induced dissociation. On FTMS analyzers this is conventionally rendered as beam-type CID (HCD-equivalent) in mzML.
ECD
Electron-capture dissociation.
IRMPD
Infrared multiphoton dissociation.
PD
Proton-transfer / activated-ion variant.
PQD
Pulsed q dissociation.
UVPD
Ultraviolet photodissociation.
SID
Surface-induced dissociation.
EThcD
ETD with supplemental HCD.
Trait Implementations§
Source§impl Clone for Activation
impl Clone for Activation
Source§fn clone(&self) -> Activation
fn clone(&self) -> Activation
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 Activation
impl Debug for Activation
Source§impl PartialEq for Activation
impl PartialEq for Activation
Source§fn eq(&self, other: &Activation) -> bool
fn eq(&self, other: &Activation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Activation
impl Eq for Activation
impl StructuralPartialEq for Activation
Auto Trait Implementations§
impl Freeze for Activation
impl RefUnwindSafe for Activation
impl Send for Activation
impl Sync for Activation
impl Unpin for Activation
impl UnsafeUnpin for Activation
impl UnwindSafe for Activation
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