Struct defmt_decoder::TableEntry
source · pub struct TableEntry { /* private fields */ }
Available on
unstable
only.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<TableEntry> for TableEntry
impl PartialEq<TableEntry> for TableEntry
source§fn eq(&self, other: &TableEntry) -> bool
fn eq(&self, other: &TableEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.