pub enum MicrobeamManipulationItemType {
Frap,
Flip,
InverseFrap,
Photoablation,
Photoactivation,
Uncaging,
OpticalTrapping,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MicrobeamManipulationItemType
impl AsRef<str> for MicrobeamManipulationItemType
Source§impl Clone for MicrobeamManipulationItemType
impl Clone for MicrobeamManipulationItemType
Source§fn clone(&self) -> MicrobeamManipulationItemType
fn clone(&self) -> MicrobeamManipulationItemType
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 MicrobeamManipulationItemType
Source§impl<'de> Deserialize<'de> for MicrobeamManipulationItemType
impl<'de> Deserialize<'de> for MicrobeamManipulationItemType
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
impl Eq for MicrobeamManipulationItemType
Source§impl Hash for MicrobeamManipulationItemType
impl Hash for MicrobeamManipulationItemType
Source§impl Ord for MicrobeamManipulationItemType
impl Ord for MicrobeamManipulationItemType
Source§fn cmp(&self, other: &MicrobeamManipulationItemType) -> Ordering
fn cmp(&self, other: &MicrobeamManipulationItemType) -> 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 MicrobeamManipulationItemType
impl PartialEq for MicrobeamManipulationItemType
Source§fn eq(&self, other: &MicrobeamManipulationItemType) -> bool
fn eq(&self, other: &MicrobeamManipulationItemType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MicrobeamManipulationItemType
impl PartialOrd for MicrobeamManipulationItemType
impl StructuralPartialEq for MicrobeamManipulationItemType
Source§impl TryFrom<&str> for MicrobeamManipulationItemType
impl TryFrom<&str> for MicrobeamManipulationItemType
Auto Trait Implementations§
impl Freeze for MicrobeamManipulationItemType
impl RefUnwindSafe for MicrobeamManipulationItemType
impl Send for MicrobeamManipulationItemType
impl Sync for MicrobeamManipulationItemType
impl Unpin for MicrobeamManipulationItemType
impl UnsafeUnpin for MicrobeamManipulationItemType
impl UnwindSafe for MicrobeamManipulationItemType
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