pub enum MomentType {
Breathing,
Meditation,
Nap,
Relaxation,
Rest,
BodyStatus,
}
Variants§
Trait Implementations§
Source§impl Debug for MomentType
impl Debug for MomentType
Source§impl<'de> Deserialize<'de> for MomentType
impl<'de> Deserialize<'de> for MomentType
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 MomentType
impl PartialEq for MomentType
impl StructuralPartialEq for MomentType
Auto Trait Implementations§
impl Freeze for MomentType
impl RefUnwindSafe for MomentType
impl Send for MomentType
impl Sync for MomentType
impl Unpin for MomentType
impl UnwindSafe for MomentType
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