pub struct PostgresCdcReaderConfig { /* private fields */ }Implementations§
Source§impl PostgresCdcReaderConfig
impl PostgresCdcReaderConfig
pub fn publication<T>(self, value: T) -> Self
pub fn source_table<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 PostgresCdcReaderConfig
impl Clone for PostgresCdcReaderConfig
Source§fn clone(&self) -> PostgresCdcReaderConfig
fn clone(&self) -> PostgresCdcReaderConfig
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 PostgresCdcReaderConfig
impl Debug for PostgresCdcReaderConfig
Source§impl Default for PostgresCdcReaderConfig
impl Default for PostgresCdcReaderConfig
Source§impl From<PostgresCdcReaderConfig> for PostgresCdcReaderConfig
impl From<PostgresCdcReaderConfig> for PostgresCdcReaderConfig
Source§fn from(value: PostgresCdcReaderConfig) -> Self
fn from(value: PostgresCdcReaderConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PostgresCdcReaderConfig> for PostgresCdcReaderConfig
impl TryFrom<PostgresCdcReaderConfig> for PostgresCdcReaderConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PostgresCdcReaderConfig) -> Result<Self, ConversionError>
fn try_from(value: PostgresCdcReaderConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PostgresCdcReaderConfig
impl RefUnwindSafe for PostgresCdcReaderConfig
impl Send for PostgresCdcReaderConfig
impl Sync for PostgresCdcReaderConfig
impl Unpin for PostgresCdcReaderConfig
impl UnsafeUnpin for PostgresCdcReaderConfig
impl UnwindSafe for PostgresCdcReaderConfig
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