pub struct TextCopyDecoder;Expand description
Decoder for text COPY OUT format.
Parses tab-separated, newline-separated text data.
Implementations§
Auto Trait Implementations§
impl Freeze for TextCopyDecoder
impl RefUnwindSafe for TextCopyDecoder
impl Send for TextCopyDecoder
impl Sync for TextCopyDecoder
impl Unpin for TextCopyDecoder
impl UnsafeUnpin for TextCopyDecoder
impl UnwindSafe for TextCopyDecoder
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