pub(crate) struct ComponentFormatter<'a>(pub(crate) &'a ComponentBytes);Expand description
Format a signature component as hex.
Tuple Fields§
§0: &'a ComponentBytesTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ComponentFormatter<'a>
impl<'a> RefUnwindSafe for ComponentFormatter<'a>
impl<'a> Send for ComponentFormatter<'a>
impl<'a> Sync for ComponentFormatter<'a>
impl<'a> Unpin for ComponentFormatter<'a>
impl<'a> UnsafeUnpin for ComponentFormatter<'a>
impl<'a> UnwindSafe for ComponentFormatter<'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