Struct edgedb_protocol::server_message::CommandComplete1
source · [−]pub struct CommandComplete1 {
pub annotations: Annotations,
pub capabilities: Capabilities,
pub status_data: Bytes,
pub state_typedesc_id: Uuid,
pub state_data: Bytes,
}Fields
annotations: Annotationscapabilities: Capabilitiesstatus_data: Bytesstate_typedesc_id: Uuidstate_data: BytesTrait Implementations
sourceimpl Clone for CommandComplete1
impl Clone for CommandComplete1
sourcefn clone(&self) -> CommandComplete1
fn clone(&self) -> CommandComplete1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CommandComplete1
impl Debug for CommandComplete1
sourceimpl PartialEq<CommandComplete1> for CommandComplete1
impl PartialEq<CommandComplete1> for CommandComplete1
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &CommandComplete1) -> bool
fn ne(&self, other: &CommandComplete1) -> bool
This method tests for !=.
impl Eq for CommandComplete1
impl StructuralEq for CommandComplete1
impl StructuralPartialEq for CommandComplete1
Auto Trait Implementations
impl RefUnwindSafe for CommandComplete1
impl Send for CommandComplete1
impl Sync for CommandComplete1
impl Unpin for CommandComplete1
impl UnwindSafe for CommandComplete1
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