pub struct NvsStatistics {
pub pages: PageStatistics,
pub entries_per_page: Vec<EntryStatistics>,
pub entries_overall: EntryStatistics,
}Fields§
§pages: PageStatistics§entries_per_page: Vec<EntryStatistics>§entries_overall: EntryStatisticsTrait Implementations§
Source§impl Clone for NvsStatistics
impl Clone for NvsStatistics
Source§fn clone(&self) -> NvsStatistics
fn clone(&self) -> NvsStatistics
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 NvsStatistics
impl Debug for NvsStatistics
Source§impl PartialEq for NvsStatistics
impl PartialEq for NvsStatistics
impl StructuralPartialEq for NvsStatistics
Auto Trait Implementations§
impl Freeze for NvsStatistics
impl RefUnwindSafe for NvsStatistics
impl Send for NvsStatistics
impl Sync for NvsStatistics
impl Unpin for NvsStatistics
impl UnsafeUnpin for NvsStatistics
impl UnwindSafe for NvsStatistics
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