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 ==
.impl Eq for TableEntry
impl StructuralEq for TableEntry
impl StructuralPartialEq for TableEntry
Auto Trait Implementations§
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