pub struct BatchEncoder { /* private fields */ }Expand description
Batch encoder for efficient encoding of multiple values
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchEncoder
impl RefUnwindSafe for BatchEncoder
impl Send for BatchEncoder
impl Sync for BatchEncoder
impl Unpin for BatchEncoder
impl UnsafeUnpin for BatchEncoder
impl UnwindSafe for BatchEncoder
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