Struct defmt_decoder::StringEntry
source · pub struct StringEntry { /* private fields */ }
Available on
unstable
only.Expand description
A format string and it’s Tag
Implementations§
Trait Implementations§
source§impl Debug for StringEntry
impl Debug for StringEntry
source§impl PartialEq<StringEntry> for StringEntry
impl PartialEq<StringEntry> for StringEntry
source§fn eq(&self, other: &StringEntry) -> bool
fn eq(&self, other: &StringEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.