pub enum Operation {
Show 13 variants
SendVariable,
RequireVariable,
Invoke,
GetVersion,
Start,
EndTransaction,
Acknowledge,
Query,
Return,
Empty,
Data,
Await,
Error,
}Expand description
Defines the set of operations supported by the PK Command protocol.
Variants§
SendVariable
RequireVariable
Invoke
GetVersion
Start
EndTransaction
Acknowledge
Query
Return
Empty
Data
Await
Error
Implementations§
Trait Implementations§
impl Copy for Operation
impl Eq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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