pub struct BufferBuilder;Available on crate feature
arrow-rs only.Expand description
A BufferType implementation for BufferBuilder.
Trait Implementations§
Source§impl BufferType for BufferBuilder
impl BufferType for BufferBuilder
Source§impl Clone for BufferBuilder
impl Clone for BufferBuilder
Source§fn clone(&self) -> BufferBuilder
fn clone(&self) -> BufferBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BufferBuilder
Auto Trait Implementations§
impl Freeze for BufferBuilder
impl RefUnwindSafe for BufferBuilder
impl Send for BufferBuilder
impl Sync for BufferBuilder
impl Unpin for BufferBuilder
impl UnsafeUnpin for BufferBuilder
impl UnwindSafe for BufferBuilder
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