pub enum ExperimentItemType {
Show 17 variants
Fp,
Fret,
TimeLapse,
FourDPlus,
Screen,
Immunocytochemistry,
Immunofluorescence,
Fish,
Electrophysiology,
IonImaging,
Colocalization,
PgiDocumentation,
FluorescenceLifetime,
SpectralImaging,
Photobleaching,
Spim,
Other,
}Variants§
Fp
Fret
TimeLapse
FourDPlus
Screen
Immunocytochemistry
Immunofluorescence
Fish
Electrophysiology
IonImaging
Colocalization
PgiDocumentation
FluorescenceLifetime
SpectralImaging
Photobleaching
Spim
Other
Trait Implementations§
Source§impl Clone for ExperimentItemType
impl Clone for ExperimentItemType
Source§fn clone(&self) -> ExperimentItemType
fn clone(&self) -> ExperimentItemType
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 moreSource§impl Debug for ExperimentItemType
impl Debug for ExperimentItemType
Source§impl<'de> Deserialize<'de> for ExperimentItemType
impl<'de> Deserialize<'de> for ExperimentItemType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExperimentItemType
impl RefUnwindSafe for ExperimentItemType
impl Send for ExperimentItemType
impl Sync for ExperimentItemType
impl Unpin for ExperimentItemType
impl UnwindSafe for ExperimentItemType
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