struct BufferSource {
current_size: usize,
}
Expand description
Manages allocating new buffers for StringViewArray
in increasing sizes
Fields§
§current_size: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferSource
impl RefUnwindSafe for BufferSource
impl Send for BufferSource
impl Sync for BufferSource
impl Unpin for BufferSource
impl UnwindSafe for BufferSource
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