pub struct BatchBuf { /* private fields */ }Expand description
Owned storage for a Batch, reused from one batch to the next so that building one does
not allocate once it has grown.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchBuf
impl RefUnwindSafe for BatchBuf
impl Send for BatchBuf
impl Sync for BatchBuf
impl Unpin for BatchBuf
impl UnsafeUnpin for BatchBuf
impl UnwindSafe for BatchBuf
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