Struct DisplayArray
pub struct DisplayArray<'a, const CAP: usize> { /* private fields */ }
Expand description
Displays byte array as hex.
Created by <&[u8; CAP / 2] as DisplayHex>::as_hex
.
Trait Implementations§
§impl<'a, const LEN: usize> Debug for DisplayArray<'a, LEN>
impl<'a, const LEN: usize> Debug for DisplayArray<'a, LEN>
§impl<'a, const LEN: usize> Display for DisplayArray<'a, LEN>
impl<'a, const LEN: usize> Display for DisplayArray<'a, LEN>
§impl<'a, const LEN: usize> LowerHex for DisplayArray<'a, LEN>
impl<'a, const LEN: usize> LowerHex for DisplayArray<'a, LEN>
Auto Trait Implementations§
impl<'a, const CAP: usize> Freeze for DisplayArray<'a, CAP>
impl<'a, const CAP: usize> RefUnwindSafe for DisplayArray<'a, CAP>
impl<'a, const CAP: usize> Send for DisplayArray<'a, CAP>
impl<'a, const CAP: usize> Sync for DisplayArray<'a, CAP>
impl<'a, const CAP: usize> Unpin for DisplayArray<'a, CAP>
impl<'a, const CAP: usize> UnwindSafe for DisplayArray<'a, CAP>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request