pub struct U8Bytes;Expand description
A byte sequence prepended by it’s u8 length.
serialize will truncate byte sequence if its too long.
Trait Implementations§
Source§impl BytesRepr for U8Bytes
impl BytesRepr for U8Bytes
impl Copy for U8Bytes
impl Eq for U8Bytes
impl StructuralPartialEq for U8Bytes
Auto Trait Implementations§
impl Freeze for U8Bytes
impl RefUnwindSafe for U8Bytes
impl Send for U8Bytes
impl Sync for U8Bytes
impl Unpin for U8Bytes
impl UnwindSafe for U8Bytes
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