Struct defmt_decoder::TableEntry
source · [−]pub struct TableEntry { /* private fields */ }
This is supported on
unstable
only.Expand description
Entry in Table
combining a format string with its raw symbol
Implementations
sourceimpl TableEntry
impl TableEntry
pub fn new(string: StringEntry, raw_symbol: String) -> Self
Trait Implementations
sourceimpl Debug for TableEntry
impl Debug for TableEntry
sourceimpl PartialEq<TableEntry> for TableEntry
impl PartialEq<TableEntry> for TableEntry
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &TableEntry) -> bool
fn ne(&self, other: &TableEntry) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more