#[non_exhaustive]pub struct LogMiner { /* private fields */ }
Expand description
Configuration to use LogMiner CDC method.
Implementations§
Trait Implementations§
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