pub struct GrowableNull { /* private fields */ }
Implementations
sourceimpl GrowableNull
impl GrowableNull
sourcepub fn new(data_type: DataType) -> GrowableNull
pub fn new(data_type: DataType) -> GrowableNull
Creates a new GrowableNull
.
Trait Implementations
sourceimpl Default for GrowableNull
impl Default for GrowableNull
sourcefn default() -> GrowableNull
fn default() -> GrowableNull
Returns the “default value” for a type. Read more
sourceimpl From<GrowableNull> for NullArray
impl From<GrowableNull> for NullArray
sourcefn from(val: GrowableNull) -> NullArray
fn from(val: GrowableNull) -> NullArray
Performs the conversion.
sourceimpl<'a> Growable<'a> for GrowableNull
impl<'a> Growable<'a> for GrowableNull
sourcefn extend_validity(&mut self, additional: usize)
fn extend_validity(&mut self, additional: usize)
Extends this Growable
with null elements, disregarding the bound arrays
Auto Trait Implementations
impl RefUnwindSafe for GrowableNull
impl Send for GrowableNull
impl Sync for GrowableNull
impl Unpin for GrowableNull
impl UnwindSafe for GrowableNull
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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