pub struct TableCell<'a> {
pub text: &'a str,
pub numeric: bool,
pub strong: bool,
pub muted: bool,
}Fields§
§text: &'a str§numeric: bool§strong: bool§muted: boolImplementations§
Trait Implementations§
Source§impl<'a> PartialEq for TableCell<'a>
impl<'a> PartialEq for TableCell<'a>
impl<'a> Copy for TableCell<'a>
impl<'a> Eq for TableCell<'a>
impl<'a> StructuralPartialEq for TableCell<'a>
Auto Trait Implementations§
impl<'a> Freeze for TableCell<'a>
impl<'a> RefUnwindSafe for TableCell<'a>
impl<'a> Send for TableCell<'a>
impl<'a> Sync for TableCell<'a>
impl<'a> Unpin for TableCell<'a>
impl<'a> UnsafeUnpin for TableCell<'a>
impl<'a> UnwindSafe for TableCell<'a>
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