pub struct DecimalTextDecoder;Expand description
Decoder for numeric/decimal columns, preserving precision as
Value::Text.
Trait Implementations§
Source§impl Clone for DecimalTextDecoder
impl Clone for DecimalTextDecoder
Source§fn clone(&self) -> DecimalTextDecoder
fn clone(&self) -> DecimalTextDecoder
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 DecimalTextDecoder
Source§impl Debug for DecimalTextDecoder
impl Debug for DecimalTextDecoder
Source§impl Default for DecimalTextDecoder
impl Default for DecimalTextDecoder
Source§fn default() -> DecimalTextDecoder
fn default() -> DecimalTextDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecimalTextDecoder
impl RefUnwindSafe for DecimalTextDecoder
impl Send for DecimalTextDecoder
impl Sync for DecimalTextDecoder
impl Unpin for DecimalTextDecoder
impl UnsafeUnpin for DecimalTextDecoder
impl UnwindSafe for DecimalTextDecoder
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