pub struct BooleanCol {
pub values: Bitmap,
pub validity: Option<Bitmap>,
}Fields§
§values: Bitmap§validity: Option<Bitmap>Implementations§
Trait Implementations§
Source§impl Clone for BooleanCol
impl Clone for BooleanCol
Source§fn clone(&self) -> BooleanCol
fn clone(&self) -> BooleanCol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BooleanCol
impl Debug for BooleanCol
Source§impl PartialEq for BooleanCol
impl PartialEq for BooleanCol
impl Eq for BooleanCol
impl StructuralPartialEq for BooleanCol
Auto Trait Implementations§
impl Freeze for BooleanCol
impl RefUnwindSafe for BooleanCol
impl Send for BooleanCol
impl Sync for BooleanCol
impl Unpin for BooleanCol
impl UnsafeUnpin for BooleanCol
impl UnwindSafe for BooleanCol
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