pub struct BooleanArrayDecoder {}
Trait Implementations§
Source§impl ArrayDecoder for BooleanArrayDecoder
impl ArrayDecoder for BooleanArrayDecoder
Source§impl Default for BooleanArrayDecoder
impl Default for BooleanArrayDecoder
Source§fn default() -> BooleanArrayDecoder
fn default() -> BooleanArrayDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BooleanArrayDecoder
impl RefUnwindSafe for BooleanArrayDecoder
impl Send for BooleanArrayDecoder
impl Sync for BooleanArrayDecoder
impl Unpin for BooleanArrayDecoder
impl UnwindSafe for BooleanArrayDecoder
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