pub struct TableMap { /* private fields */ }
Expand description
A MySQL binary log includes Table Map events; the first time a table is referenced in a given binlog, a TME will be emitted describing the fields of that table and assigning them to a binlog-unique identifier. The TableMap object is used to keep track of that mapping.
Implementations§
Auto Trait Implementations§
impl Freeze for TableMap
impl RefUnwindSafe for TableMap
impl Send for TableMap
impl Sync for TableMap
impl Unpin for TableMap
impl UnwindSafe for TableMap
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