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