pub struct Reconstruction {
pub blocks: Vec<DocBlock>,
pub pages: Vec<PageStats>,
}Fields§
§blocks: Vec<DocBlock>§pages: Vec<PageStats>Auto Trait Implementations§
impl Freeze for Reconstruction
impl RefUnwindSafe for Reconstruction
impl Send for Reconstruction
impl Sync for Reconstruction
impl Unpin for Reconstruction
impl UnsafeUnpin for Reconstruction
impl UnwindSafe for Reconstruction
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