pub struct CommandFmt<'a>(pub &'a RecordType);Expand description
Use this formatter for command types instead of the standard std::fmt::Display impl of the
RecordType. This impl strips down all serialization attributes and undocumented fields.
Tuple Fields§
§0: &'a RecordTypeTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CommandFmt<'a>
impl<'a> RefUnwindSafe for CommandFmt<'a>
impl<'a> Send for CommandFmt<'a>
impl<'a> Sync for CommandFmt<'a>
impl<'a> Unpin for CommandFmt<'a>
impl<'a> UnwindSafe for CommandFmt<'a>
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