pub struct ElementGroup {
pub elements: Vec<ParsedPdfElement>,
pub group_type: GroupType,
pub hierarchy_level: u32,
pub combined_text: String,
}Fields§
§elements: Vec<ParsedPdfElement>§group_type: GroupType§hierarchy_level: u32§combined_text: StringTrait Implementations§
Source§impl Clone for ElementGroup
impl Clone for ElementGroup
Source§fn clone(&self) -> ElementGroup
fn clone(&self) -> ElementGroup
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 moreAuto Trait Implementations§
impl Freeze for ElementGroup
impl RefUnwindSafe for ElementGroup
impl Send for ElementGroup
impl Sync for ElementGroup
impl Unpin for ElementGroup
impl UnsafeUnpin for ElementGroup
impl UnwindSafe for ElementGroup
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