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: KeyValues
§io_format: IoFormat
§expected_cardinality: Cardinality
§statement_name: Bytes
§command_text: String
Implementations§
Trait Implementations§
source§impl PartialEq<Prepare> for Prepare
impl PartialEq<Prepare> for Prepare
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§
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