pub enum TypeCode {
Show 37 variants
Unknown,
StartEventV3,
QueryEvent,
StopEvent,
RotateEvent,
IntvarEvent,
LoadEvent,
SlaveEvent,
CreateFileEvent,
AppendBlockEvent,
ExecLoadEvent,
DeleteFileEvent,
NewLoadEvent,
RandEvent,
UserVarEvent,
FormatDescriptionEvent,
XidEvent,
BeginLoadQueryEvent,
ExecuteLoadQueryEvent,
TableMapEvent,
PreGaWriteRowsEvent,
PreGaUpdateRowsEvent,
PreGaDeleteRowsEvent,
WriteRowsEventV1,
UpdateRowsEventV1,
DeleteRowsEventV1,
IncidentEvent,
HeartbeatLogEvent,
IgnorableLogEvent,
RowsQueryLogEvent,
WriteRowsEventV2,
UpdateRowsEventV2,
DeleteRowsEventV2,
GtidLogEvent,
AnonymousGtidLogEvent,
PreviousGtidsLogEvent,
OtherUnknown(u8),
}Variants§
Unknown
StartEventV3
QueryEvent
StopEvent
RotateEvent
IntvarEvent
LoadEvent
SlaveEvent
CreateFileEvent
AppendBlockEvent
ExecLoadEvent
DeleteFileEvent
NewLoadEvent
RandEvent
UserVarEvent
FormatDescriptionEvent
XidEvent
BeginLoadQueryEvent
ExecuteLoadQueryEvent
TableMapEvent
PreGaWriteRowsEvent
PreGaUpdateRowsEvent
PreGaDeleteRowsEvent
WriteRowsEventV1
UpdateRowsEventV1
DeleteRowsEventV1
IncidentEvent
HeartbeatLogEvent
IgnorableLogEvent
RowsQueryLogEvent
WriteRowsEventV2
UpdateRowsEventV2
DeleteRowsEventV2
GtidLogEvent
AnonymousGtidLogEvent
PreviousGtidsLogEvent
OtherUnknown(u8)
Trait Implementations§
impl Copy for TypeCode
impl Eq for TypeCode
impl StructuralPartialEq for TypeCode
Auto Trait Implementations§
impl Freeze for TypeCode
impl RefUnwindSafe for TypeCode
impl Send for TypeCode
impl Sync for TypeCode
impl Unpin for TypeCode
impl UnwindSafe for TypeCode
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