Struct edgedb_protocol::client_message::Execute0
source · [−]Fields
headers: KeyValuesstatement_name: Bytesarguments: BytesTrait Implementations
impl Eq for Execute0
impl StructuralEq for Execute0
impl StructuralPartialEq for Execute0
Auto Trait Implementations
impl RefUnwindSafe for Execute0
impl Send for Execute0
impl Sync for Execute0
impl Unpin for Execute0
impl UnwindSafe for Execute0
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