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
sourceimpl Debug for StringEntry
impl Debug for StringEntry
sourceimpl PartialEq<StringEntry> for StringEntry
impl PartialEq<StringEntry> for StringEntry
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &StringEntry) -> bool
fn ne(&self, other: &StringEntry) -> bool
This method tests for !=
.
impl StructuralPartialEq for StringEntry
Auto Trait Implementations
impl RefUnwindSafe for StringEntry
impl Send for StringEntry
impl Sync for StringEntry
impl Unpin for StringEntry
impl UnwindSafe for StringEntry
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