Struct arrow_ipc::gen::Schema::LargeListViewBuilder
source · pub struct LargeListViewBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
source§impl<'a: 'b, 'b> LargeListViewBuilder<'a, 'b>
impl<'a: 'b, 'b> LargeListViewBuilder<'a, 'b>
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a>) -> LargeListViewBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<LargeListView<'a>>
Auto Trait Implementations§
impl<'a, 'b> Freeze for LargeListViewBuilder<'a, 'b>
impl<'a, 'b> RefUnwindSafe for LargeListViewBuilder<'a, 'b>
impl<'a, 'b> Send for LargeListViewBuilder<'a, 'b>
impl<'a, 'b> Sync for LargeListViewBuilder<'a, 'b>
impl<'a, 'b> Unpin for LargeListViewBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for LargeListViewBuilder<'a, 'b>
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