Struct edgedb_protocol::server_message::CommandComplete1
source · pub struct CommandComplete1 {
pub annotations: Annotations,
pub capabilities: Capabilities,
pub status_data: Bytes,
pub state: Option<State>,
}
Fields§
§annotations: Annotations
§capabilities: Capabilities
§status_data: Bytes
§state: Option<State>
Trait Implementations§
source§impl Clone for CommandComplete1
impl Clone for CommandComplete1
source§fn clone(&self) -> CommandComplete1
fn clone(&self) -> CommandComplete1
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 CommandComplete1
impl Debug for CommandComplete1
source§impl PartialEq for CommandComplete1
impl PartialEq for CommandComplete1
source§fn eq(&self, other: &CommandComplete1) -> bool
fn eq(&self, other: &CommandComplete1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CommandComplete1
impl StructuralPartialEq for CommandComplete1
Auto Trait Implementations§
impl !Freeze for CommandComplete1
impl RefUnwindSafe for CommandComplete1
impl Send for CommandComplete1
impl Sync for CommandComplete1
impl Unpin for CommandComplete1
impl UnwindSafe for CommandComplete1
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