pub enum Opcode {
Show 16 variants
Error,
Startup,
Ready,
Authenticate,
Options,
Supported,
Query,
Result,
Prepare,
Execute,
Register,
Event,
Batch,
AuthChallenge,
AuthResponse,
AuthSuccess,
}
Variants§
Error
Startup
Ready
Authenticate
Options
Supported
Query
Result
Prepare
Execute
Register
Event
Batch
AuthChallenge
AuthResponse
AuthSuccess
Implementations§
Trait Implementations§
impl StructuralPartialEq for Opcode
Auto Trait Implementations§
impl Freeze for Opcode
impl RefUnwindSafe for Opcode
impl Send for Opcode
impl Sync for Opcode
impl Unpin for Opcode
impl UnwindSafe for Opcode
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