pub struct TableEntry { /* private fields */ }
Expand description
Entry in Table
combining a format string with its raw symbol
Implementations§
Source§impl TableEntry
impl TableEntry
pub fn new(string: StringEntry, raw_symbol: String) -> Self
Trait Implementations§
Source§impl Debug for TableEntry
impl Debug for TableEntry
Source§impl PartialEq for TableEntry
impl PartialEq for TableEntry
impl Eq for TableEntry
impl StructuralPartialEq for TableEntry
Auto Trait Implementations§
impl Freeze for TableEntry
impl RefUnwindSafe for TableEntry
impl Send for TableEntry
impl Sync for TableEntry
impl Unpin for TableEntry
impl UnwindSafe for TableEntry
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