pub enum MicroscopeType {
Upright,
Inverted,
Dissection,
Electrophysiology,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MicroscopeType
impl AsRef<str> for MicroscopeType
Source§impl Clone for MicroscopeType
impl Clone for MicroscopeType
Source§fn clone(&self) -> MicroscopeType
fn clone(&self) -> MicroscopeType
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 MicroscopeType
Source§impl Debug for MicroscopeType
impl Debug for MicroscopeType
Source§impl<'de> Deserialize<'de> for MicroscopeType
impl<'de> Deserialize<'de> for MicroscopeType
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 MicroscopeType
impl Display for MicroscopeType
impl Eq for MicroscopeType
Source§impl FromStr for MicroscopeType
impl FromStr for MicroscopeType
Source§impl Hash for MicroscopeType
impl Hash for MicroscopeType
Source§impl Ord for MicroscopeType
impl Ord for MicroscopeType
Source§fn cmp(&self, other: &MicroscopeType) -> Ordering
fn cmp(&self, other: &MicroscopeType) -> 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 MicroscopeType
impl PartialEq for MicroscopeType
Source§fn eq(&self, other: &MicroscopeType) -> bool
fn eq(&self, other: &MicroscopeType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MicroscopeType
impl PartialOrd for MicroscopeType
Source§impl Serialize for MicroscopeType
impl Serialize for MicroscopeType
impl StructuralPartialEq for MicroscopeType
Source§impl TryFrom<&str> for MicroscopeType
impl TryFrom<&str> for MicroscopeType
Source§impl VariantNames for MicroscopeType
impl VariantNames for MicroscopeType
Auto Trait Implementations§
impl Freeze for MicroscopeType
impl RefUnwindSafe for MicroscopeType
impl Send for MicroscopeType
impl Sync for MicroscopeType
impl Unpin for MicroscopeType
impl UnsafeUnpin for MicroscopeType
impl UnwindSafe for MicroscopeType
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