Struct bitcoin_internals::hex::display::DisplayArray
source · pub struct DisplayArray<A: Clone + IntoIterator, B: FixedLenBuf>{ /* private fields */ }
Expand description
Displays byte array as hex.
Created by <&[u8; LEN] as DisplayHex>::as_hex
.
Implementations§
source§impl<A: Clone + IntoIterator, B: FixedLenBuf> DisplayArray<A, B>
impl<A: Clone + IntoIterator, B: FixedLenBuf> DisplayArray<A, B>
Trait Implementations§
source§impl<A: Clone + IntoIterator, B: FixedLenBuf> LowerHex for DisplayArray<A, B>
impl<A: Clone + IntoIterator, B: FixedLenBuf> LowerHex for DisplayArray<A, B>
Auto Trait Implementations§
impl<A, B> Freeze for DisplayArray<A, B>where
A: Freeze,
impl<A, B> RefUnwindSafe for DisplayArray<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for DisplayArray<A, B>
impl<A, B> Sync for DisplayArray<A, B>
impl<A, B> Unpin for DisplayArray<A, B>
impl<A, B> UnwindSafe for DisplayArray<A, B>where
A: UnwindSafe,
B: UnwindSafe,
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