pub struct TableSite { /* private fields */ }Expand description
One GFM table source range and its source rows.
Implementations§
Source§impl TableSite
impl TableSite
pub fn raw_range(&self) -> Range<usize>
pub fn alignments(&self) -> &[TableAlign]
pub fn rows(&self) -> &[TableRowSite]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableSite
impl RefUnwindSafe for TableSite
impl Send for TableSite
impl Sync for TableSite
impl Unpin for TableSite
impl UnsafeUnpin for TableSite
impl UnwindSafe for TableSite
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