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