pub struct VarIntTailLenEncoder;Expand description
Variable-length encoding for sequence lengths which writes to the end of the double-ended buffer
Trait Implementations§
Source§impl LengthEncoder for VarIntTailLenEncoder
impl LengthEncoder for VarIntTailLenEncoder
Auto Trait Implementations§
impl Freeze for VarIntTailLenEncoder
impl RefUnwindSafe for VarIntTailLenEncoder
impl Send for VarIntTailLenEncoder
impl Sync for VarIntTailLenEncoder
impl Unpin for VarIntTailLenEncoder
impl UnwindSafe for VarIntTailLenEncoder
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