Struct edgedb_protocol::client_message::Prepare
source · [−]pub struct Prepare {
pub headers: KeyValues,
pub io_format: IoFormat,
pub expected_cardinality: Cardinality,
pub statement_name: Bytes,
pub command_text: String,
}Fields
headers: KeyValuesio_format: IoFormatexpected_cardinality: Cardinalitystatement_name: Bytescommand_text: StringImplementations
Trait Implementations
impl Eq for Prepare
impl StructuralEq for Prepare
impl StructuralPartialEq for Prepare
Auto Trait Implementations
impl RefUnwindSafe for Prepare
impl Send for Prepare
impl Sync for Prepare
impl Unpin for Prepare
impl UnwindSafe for Prepare
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more