pub struct TableCellSite { /* private fields */ }Expand description
One table cell’s source range inside a raw table line.
Implementations§
Trait Implementations§
Source§impl Clone for TableCellSite
impl Clone for TableCellSite
Source§fn clone(&self) -> TableCellSite
fn clone(&self) -> TableCellSite
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 TableCellSite
impl RefUnwindSafe for TableCellSite
impl Send for TableCellSite
impl Sync for TableCellSite
impl Unpin for TableCellSite
impl UnsafeUnpin for TableCellSite
impl UnwindSafe for TableCellSite
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