Struct edgedb_protocol::client_message::Prepare [−][src]
pub struct Prepare {
pub headers: Headers,
pub io_format: IoFormat,
pub expected_cardinality: Cardinality,
pub statement_name: Bytes,
pub command_text: String,
}Fields
headers: Headersio_format: IoFormatexpected_cardinality: Cardinalitystatement_name: Bytescommand_text: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Prepare
impl UnwindSafe for Prepare
Blanket Implementations
Mutably borrows from an owned value. Read more