pub struct PostgresReaderConfig { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PostgresReaderConfig
impl Clone for PostgresReaderConfig
Source§fn clone(&self) -> PostgresReaderConfig
fn clone(&self) -> PostgresReaderConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PostgresReaderConfig
impl Debug for PostgresReaderConfig
Source§impl Default for PostgresReaderConfig
impl Default for PostgresReaderConfig
Source§impl From<PostgresReaderConfig> for PostgresReaderConfig
impl From<PostgresReaderConfig> for PostgresReaderConfig
Source§fn from(value: PostgresReaderConfig) -> Self
fn from(value: PostgresReaderConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PostgresReaderConfig> for PostgresReaderConfig
impl TryFrom<PostgresReaderConfig> for PostgresReaderConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PostgresReaderConfig) -> Result<Self, ConversionError>
fn try_from(value: PostgresReaderConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PostgresReaderConfig
impl RefUnwindSafe for PostgresReaderConfig
impl Send for PostgresReaderConfig
impl Sync for PostgresReaderConfig
impl Unpin for PostgresReaderConfig
impl UnwindSafe for PostgresReaderConfig
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