pub struct DoctorDataStats {Show 20 fields
pub accounts: u32,
pub labels: u32,
pub messages: u32,
pub unread_messages: u32,
pub starred_messages: u32,
pub messages_with_attachments: u32,
pub message_labels: u32,
pub bodies: u32,
pub attachments: u32,
pub drafts: u32,
pub snoozed: u32,
pub saved_searches: u32,
pub rules: u32,
pub rule_logs: u32,
pub sync_log: u32,
pub sync_runtime_statuses: u32,
pub event_log: u32,
pub semantic_profiles: u32,
pub semantic_chunks: u32,
pub semantic_embeddings: u32,
}Fields§
§accounts: u32§labels: u32§messages: u32§unread_messages: u32§starred_messages: u32§messages_with_attachments: u32§message_labels: u32§bodies: u32§attachments: u32§drafts: u32§snoozed: u32§saved_searches: u32§rules: u32§rule_logs: u32§sync_log: u32§sync_runtime_statuses: u32§event_log: u32§semantic_profiles: u32§semantic_chunks: u32§semantic_embeddings: u32Trait Implementations§
Source§impl Clone for DoctorDataStats
impl Clone for DoctorDataStats
Source§fn clone(&self) -> DoctorDataStats
fn clone(&self) -> DoctorDataStats
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 DoctorDataStats
impl Debug for DoctorDataStats
Source§impl Default for DoctorDataStats
impl Default for DoctorDataStats
Source§fn default() -> DoctorDataStats
fn default() -> DoctorDataStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DoctorDataStats
impl<'de> Deserialize<'de> for DoctorDataStats
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 DoctorDataStats
impl RefUnwindSafe for DoctorDataStats
impl Send for DoctorDataStats
impl Sync for DoctorDataStats
impl Unpin for DoctorDataStats
impl UnsafeUnpin for DoctorDataStats
impl UnwindSafe for DoctorDataStats
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