#[non_exhaustive]pub struct LogMiner { /* private fields */ }Expand description
Configuration to use LogMiner CDC method.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogMiner
impl<'de> Deserialize<'de> for LogMiner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Message for LogMiner
impl Message for LogMiner
impl StructuralPartialEq for LogMiner
Auto Trait Implementations§
impl Freeze for LogMiner
impl RefUnwindSafe for LogMiner
impl Send for LogMiner
impl Sync for LogMiner
impl Unpin for LogMiner
impl UnwindSafe for LogMiner
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