pub struct BitmapRowSet { /* private fields */ }Expand description
RowSet implementation backed by a roaring bitmap.
Implementations§
Trait Implementations§
Source§impl Clone for BitmapRowSet
impl Clone for BitmapRowSet
Source§fn clone(&self) -> BitmapRowSet
fn clone(&self) -> BitmapRowSet
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 moreSource§impl Debug for BitmapRowSet
impl Debug for BitmapRowSet
Source§impl Default for BitmapRowSet
impl Default for BitmapRowSet
Source§fn default() -> BitmapRowSet
fn default() -> BitmapRowSet
Returns the “default value” for a type. Read more
Source§impl RowSet for BitmapRowSet
impl RowSet for BitmapRowSet
Auto Trait Implementations§
impl Freeze for BitmapRowSet
impl RefUnwindSafe for BitmapRowSet
impl Send for BitmapRowSet
impl Sync for BitmapRowSet
impl Unpin for BitmapRowSet
impl UnsafeUnpin for BitmapRowSet
impl UnwindSafe for BitmapRowSet
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