pub struct ParagraphStructure {
pub table_ordinal: usize,
pub row: usize,
pub column: usize,
}Fields§
§table_ordinal: usize§row: usize§column: usizeTrait Implementations§
Source§impl Clone for ParagraphStructure
impl Clone for ParagraphStructure
Source§fn clone(&self) -> ParagraphStructure
fn clone(&self) -> ParagraphStructure
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 ParagraphStructure
impl Debug for ParagraphStructure
impl Eq for ParagraphStructure
Source§impl PartialEq for ParagraphStructure
impl PartialEq for ParagraphStructure
impl StructuralPartialEq for ParagraphStructure
Auto Trait Implementations§
impl Freeze for ParagraphStructure
impl RefUnwindSafe for ParagraphStructure
impl Send for ParagraphStructure
impl Sync for ParagraphStructure
impl Unpin for ParagraphStructure
impl UnsafeUnpin for ParagraphStructure
impl UnwindSafe for ParagraphStructure
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