pub enum ChannelContrastMethodType {
Brightfield,
Phase,
Dic,
HoffmanModulation,
ObliqueIllumination,
PolarizedLight,
Darkfield,
Fluorescence,
Other,
}Variants§
Brightfield
Phase
Dic
HoffmanModulation
ObliqueIllumination
PolarizedLight
Darkfield
Fluorescence
Other
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ChannelContrastMethodType
impl AsRef<str> for ChannelContrastMethodType
Source§impl Clone for ChannelContrastMethodType
impl Clone for ChannelContrastMethodType
Source§fn clone(&self) -> ChannelContrastMethodType
fn clone(&self) -> ChannelContrastMethodType
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 moreimpl Copy for ChannelContrastMethodType
Source§impl Debug for ChannelContrastMethodType
impl Debug for ChannelContrastMethodType
Source§impl<'de> Deserialize<'de> for ChannelContrastMethodType
impl<'de> Deserialize<'de> for ChannelContrastMethodType
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
Source§impl Display for ChannelContrastMethodType
impl Display for ChannelContrastMethodType
impl Eq for ChannelContrastMethodType
Source§impl FromStr for ChannelContrastMethodType
impl FromStr for ChannelContrastMethodType
Source§impl Hash for ChannelContrastMethodType
impl Hash for ChannelContrastMethodType
Source§impl Ord for ChannelContrastMethodType
impl Ord for ChannelContrastMethodType
Source§fn cmp(&self, other: &ChannelContrastMethodType) -> Ordering
fn cmp(&self, other: &ChannelContrastMethodType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChannelContrastMethodType
impl PartialEq for ChannelContrastMethodType
Source§fn eq(&self, other: &ChannelContrastMethodType) -> bool
fn eq(&self, other: &ChannelContrastMethodType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChannelContrastMethodType
impl PartialOrd for ChannelContrastMethodType
impl StructuralPartialEq for ChannelContrastMethodType
Source§impl TryFrom<&str> for ChannelContrastMethodType
impl TryFrom<&str> for ChannelContrastMethodType
Auto Trait Implementations§
impl Freeze for ChannelContrastMethodType
impl RefUnwindSafe for ChannelContrastMethodType
impl Send for ChannelContrastMethodType
impl Sync for ChannelContrastMethodType
impl Unpin for ChannelContrastMethodType
impl UnsafeUnpin for ChannelContrastMethodType
impl UnwindSafe for ChannelContrastMethodType
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