pub struct LevelsSummary {
pub deep: LevelSummary,
pub light: LevelSummary,
pub rem: LevelSummary,
pub wake: LevelSummary,
}Fields§
§deep: LevelSummary§light: LevelSummary§rem: LevelSummary§wake: LevelSummaryTrait Implementations§
Source§impl Debug for LevelsSummary
impl Debug for LevelsSummary
Source§impl Default for LevelsSummary
impl Default for LevelsSummary
Source§fn default() -> LevelsSummary
fn default() -> LevelsSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LevelsSummary
impl<'de> Deserialize<'de> for LevelsSummary
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
Auto Trait Implementations§
impl Freeze for LevelsSummary
impl RefUnwindSafe for LevelsSummary
impl Send for LevelsSummary
impl Sync for LevelsSummary
impl Unpin for LevelsSummary
impl UnwindSafe for LevelsSummary
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