pub struct CsvSer {}Trait Implementations§
Source§impl ConfigInto<CsvSer> for CsvSerConfig
impl ConfigInto<CsvSer> for CsvSerConfig
Source§impl FromConfig<CsvSerConfig> for CsvSer
impl FromConfig<CsvSerConfig> for CsvSer
fn from_config<'async_trait>(
_config: CsvSerConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for CsvSer
impl RefUnwindSafe for CsvSer
impl Send for CsvSer
impl Sync for CsvSer
impl Unpin for CsvSer
impl UnwindSafe for CsvSer
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