pub struct LenEnc;Expand description
Length-encoded integer.
Trait Implementations§
Source§impl BytesRepr for LenEnc
impl BytesRepr for LenEnc
Source§impl Ord for LenEnc
impl Ord for LenEnc
Source§impl PartialOrd for LenEnc
impl PartialOrd for LenEnc
impl Copy for LenEnc
impl Eq for LenEnc
impl StructuralPartialEq for LenEnc
Auto Trait Implementations§
impl Freeze for LenEnc
impl RefUnwindSafe for LenEnc
impl Send for LenEnc
impl Sync for LenEnc
impl Unpin for LenEnc
impl UnwindSafe for LenEnc
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