Enum oura_api::models::MomentType
source · 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<MomentType> for MomentType
impl PartialEq<MomentType> for MomentType
source§fn eq(&self, other: &MomentType) -> bool
fn eq(&self, other: &MomentType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MomentType
Auto Trait Implementations§
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