pub struct DocumentProjection {
pub paragraphs: Vec<ProjectedParagraph>,
pub revision_status: RevisionProjectionStatus,
pub structural_facts: DocumentStructureFacts,
}Fields§
§paragraphs: Vec<ProjectedParagraph>§revision_status: RevisionProjectionStatus§structural_facts: DocumentStructureFactsTrait Implementations§
Source§impl Clone for DocumentProjection
impl Clone for DocumentProjection
Source§fn clone(&self) -> DocumentProjection
fn clone(&self) -> DocumentProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocumentProjection
impl Debug for DocumentProjection
impl Eq for DocumentProjection
Source§impl PartialEq for DocumentProjection
impl PartialEq for DocumentProjection
impl StructuralPartialEq for DocumentProjection
Auto Trait Implementations§
impl Freeze for DocumentProjection
impl RefUnwindSafe for DocumentProjection
impl Send for DocumentProjection
impl Sync for DocumentProjection
impl Unpin for DocumentProjection
impl UnsafeUnpin for DocumentProjection
impl UnwindSafe for DocumentProjection
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