Struct edgedb_protocol::server_message::ReadyForCommand [−][src]
pub struct ReadyForCommand {
pub headers: Headers,
pub transaction_state: TransactionState,
}Fields
headers: Headerstransaction_state: TransactionStateTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ReadyForCommand
impl Send for ReadyForCommand
impl Sync for ReadyForCommand
impl Unpin for ReadyForCommand
impl UnwindSafe for ReadyForCommand
Blanket Implementations
Mutably borrows from an owned value. Read more