Struct spreadsheet_ods::metadata::MetaDocumentStatistics
source · pub struct MetaDocumentStatistics {
pub cell_count: u32,
pub object_count: u32,
pub ole_object_count: u32,
pub table_count: u32,
}Expand description
Represents statistics about a document.
Fields§
§cell_count: u32§object_count: u32§ole_object_count: u32§table_count: u32Trait Implementations§
source§impl Clone for MetaDocumentStatistics
impl Clone for MetaDocumentStatistics
source§fn clone(&self) -> MetaDocumentStatistics
fn clone(&self) -> MetaDocumentStatistics
Returns a copy 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 MetaDocumentStatistics
impl Debug for MetaDocumentStatistics
source§impl Default for MetaDocumentStatistics
impl Default for MetaDocumentStatistics
source§fn default() -> MetaDocumentStatistics
fn default() -> MetaDocumentStatistics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MetaDocumentStatistics
impl Send for MetaDocumentStatistics
impl Sync for MetaDocumentStatistics
impl Unpin for MetaDocumentStatistics
impl UnwindSafe for MetaDocumentStatistics
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