pub struct PostgresReaderConfig { /* private fields */ }Implementations§
Source§impl PostgresReaderConfig
impl PostgresReaderConfig
pub fn query<T>(self, value: T) -> Self
pub fn ssl_ca_location<T>(self, value: T) -> Self
pub fn ssl_ca_pem<T>(self, value: T) -> Self
pub fn ssl_certificate_chain_location<T>(self, value: T) -> Self
pub fn ssl_client_key<T>(self, value: T) -> Self
pub fn ssl_client_key_location<T>(self, value: T) -> Self
pub fn ssl_client_location<T>(self, value: T) -> Self
pub fn ssl_client_pem<T>(self, value: T) -> Self
pub fn uri<T>(self, value: T) -> Self
pub fn verify_hostname<T>(self, value: T) -> Self
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 (const: unstable) · 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 UnsafeUnpin 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