pub struct BitpackDecoder;Expand description
Bitpack decoder for Bool columns.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitpackDecoder
impl RefUnwindSafe for BitpackDecoder
impl Send for BitpackDecoder
impl Sync for BitpackDecoder
impl Unpin for BitpackDecoder
impl UnsafeUnpin for BitpackDecoder
impl UnwindSafe for BitpackDecoder
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