Struct solana_program::debug_account_data::Hex
source · pub(crate) struct Hex<'a>(pub(crate) &'a [u8]);
Tuple Fields§
§0: &'a [u8]
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Hex<'a>
impl<'a> Send for Hex<'a>
impl<'a> Sync for Hex<'a>
impl<'a> Unpin for Hex<'a>
impl<'a> UnwindSafe for Hex<'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