pub struct BasicStats {
pub character_count: i64,
pub block_count: i64,
pub frame_count: i64,
}Expand description
Basic document statistics retrieved directly from entity data.
Fields§
§character_count: i64§block_count: i64§frame_count: i64Auto Trait Implementations§
impl Freeze for BasicStats
impl RefUnwindSafe for BasicStats
impl Send for BasicStats
impl Sync for BasicStats
impl Unpin for BasicStats
impl UnsafeUnpin for BasicStats
impl UnwindSafe for BasicStats
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