Struct arrow_ipc::gen::Schema::NullBuilder
source · pub struct NullBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations
sourceimpl<'a: 'b, 'b> NullBuilder<'a, 'b>
impl<'a: 'b, 'b> NullBuilder<'a, 'b>
pub fn new(_fbb: &'b mut FlatBufferBuilder<'a>) -> NullBuilder<'a, 'b>
pub fn finish(self) -> WIPOffset<Null<'a>>
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for NullBuilder<'a, 'b>
impl<'a, 'b> Send for NullBuilder<'a, 'b>
impl<'a, 'b> Sync for NullBuilder<'a, 'b>
impl<'a, 'b> Unpin for NullBuilder<'a, 'b>where
'a: 'b,
impl<'a, 'b> !UnwindSafe for NullBuilder<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more