pub struct BoolDecoder;Expand description
Decoder for boolean columns.
Trait Implementations§
Source§impl Clone for BoolDecoder
impl Clone for BoolDecoder
Source§fn clone(&self) -> BoolDecoder
fn clone(&self) -> BoolDecoder
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 moreimpl Copy for BoolDecoder
Source§impl Debug for BoolDecoder
impl Debug for BoolDecoder
Source§impl Default for BoolDecoder
impl Default for BoolDecoder
Source§fn default() -> BoolDecoder
fn default() -> BoolDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BoolDecoder
impl RefUnwindSafe for BoolDecoder
impl Send for BoolDecoder
impl Sync for BoolDecoder
impl Unpin for BoolDecoder
impl UnsafeUnpin for BoolDecoder
impl UnwindSafe for BoolDecoder
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