pub enum SensationType {
Comfort,
Pressure,
Pain,
Relief,
Alarm,
Numbness,
}Variants§
Trait Implementations§
Source§impl Clone for SensationType
impl Clone for SensationType
Source§fn clone(&self) -> SensationType
fn clone(&self) -> SensationType
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 SensationType
impl Debug for SensationType
Source§impl<'de> Deserialize<'de> for SensationType
impl<'de> Deserialize<'de> for SensationType
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 PartialEq for SensationType
impl PartialEq for SensationType
Source§impl Serialize for SensationType
impl Serialize for SensationType
impl Copy for SensationType
impl Eq for SensationType
impl StructuralPartialEq for SensationType
Auto Trait Implementations§
impl Freeze for SensationType
impl RefUnwindSafe for SensationType
impl Send for SensationType
impl Sync for SensationType
impl Unpin for SensationType
impl UnsafeUnpin for SensationType
impl UnwindSafe for SensationType
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