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