pub struct ByteComparableDecoder;Expand description
Byte-comparable key decoder (for debugging/testing)
Implementations§
Source§impl ByteComparableDecoder
impl ByteComparableDecoder
Sourcepub fn decode_key_debug(encoded: &[u8]) -> String
pub fn decode_key_debug(encoded: &[u8]) -> String
Decode a byte-comparable key back to readable format (best effort)
Auto Trait Implementations§
impl Freeze for ByteComparableDecoder
impl RefUnwindSafe for ByteComparableDecoder
impl Send for ByteComparableDecoder
impl Sync for ByteComparableDecoder
impl Unpin for ByteComparableDecoder
impl UnsafeUnpin for ByteComparableDecoder
impl UnwindSafe for ByteComparableDecoder
Blanket Implementations§
impl<T> Allocation for T
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