pub struct JsonCompactStringsEachRowOutput<T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Output for JsonCompactStringsEachRowOutput<T>where
T: DeserializeOwned,
impl<T> Output for JsonCompactStringsEachRowOutput<T>where
T: DeserializeOwned,
type Row = <JsonCompactEachRowOutput<T> as Output>::Row
type Info = <JsonCompactEachRowOutput<T> as Output>::Info
type Error = <JsonCompactEachRowOutput<T> as Output>::Error
fn format_name() -> FormatName
fn deserialize( &self, slice: &[u8], ) -> OutputResult<Self::Row, Self::Info, Self::Error>
Auto Trait Implementations§
impl<T> Freeze for JsonCompactStringsEachRowOutput<T>
impl<T> RefUnwindSafe for JsonCompactStringsEachRowOutput<T>where
T: RefUnwindSafe,
impl<T> Send for JsonCompactStringsEachRowOutput<T>where
T: Send,
impl<T> Sync for JsonCompactStringsEachRowOutput<T>where
T: Sync,
impl<T> Unpin for JsonCompactStringsEachRowOutput<T>where
T: Unpin,
impl<T> UnwindSafe for JsonCompactStringsEachRowOutput<T>where
T: UnwindSafe,
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