Struct edgedb_protocol::server_message::CommandComplete0
source · pub struct CommandComplete0 {
pub headers: KeyValues,
pub status_data: Bytes,
}
Fields§
§headers: KeyValues
§status_data: Bytes
Trait Implementations§
source§impl Clone for CommandComplete0
impl Clone for CommandComplete0
source§fn clone(&self) -> CommandComplete0
fn clone(&self) -> CommandComplete0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommandComplete0
impl Debug for CommandComplete0
source§impl PartialEq<CommandComplete0> for CommandComplete0
impl PartialEq<CommandComplete0> for CommandComplete0
source§fn eq(&self, other: &CommandComplete0) -> bool
fn eq(&self, other: &CommandComplete0) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CommandComplete0
impl StructuralEq for CommandComplete0
impl StructuralPartialEq for CommandComplete0
Auto Trait Implementations§
impl RefUnwindSafe for CommandComplete0
impl Send for CommandComplete0
impl Sync for CommandComplete0
impl Unpin for CommandComplete0
impl UnwindSafe for CommandComplete0
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