pub struct MaskEntry {
pub profile: MaskProfile,
pub stats: MaskStats,
}Expand description
Combined mask profile + statistics
Fields§
§profile: MaskProfile§stats: MaskStatsTrait Implementations§
Source§impl<'de> Deserialize<'de> for MaskEntry
impl<'de> Deserialize<'de> for MaskEntry
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 MaskEntry
impl RefUnwindSafe for MaskEntry
impl Send for MaskEntry
impl Sync for MaskEntry
impl Unpin for MaskEntry
impl UnsafeUnpin for MaskEntry
impl UnwindSafe for MaskEntry
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