Struct edgedb_protocol::server_message::ParseComplete
source · [−]pub struct ParseComplete {
pub headers: KeyValues,
pub cardinality: Cardinality,
pub input_typedesc_id: Uuid,
pub output_typedesc_id: Uuid,
}Fields
headers: KeyValuescardinality: Cardinalityinput_typedesc_id: Uuidoutput_typedesc_id: UuidTrait Implementations
sourceimpl Clone for ParseComplete
impl Clone for ParseComplete
sourcefn clone(&self) -> ParseComplete
fn clone(&self) -> ParseComplete
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 ParseComplete
impl Debug for ParseComplete
sourceimpl PartialEq<ParseComplete> for ParseComplete
impl PartialEq<ParseComplete> for ParseComplete
sourcefn eq(&self, other: &ParseComplete) -> bool
fn eq(&self, other: &ParseComplete) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ParseComplete) -> bool
fn ne(&self, other: &ParseComplete) -> bool
This method tests for !=.
impl Eq for ParseComplete
impl StructuralEq for ParseComplete
impl StructuralPartialEq for ParseComplete
Auto Trait Implementations
impl RefUnwindSafe for ParseComplete
impl Send for ParseComplete
impl Sync for ParseComplete
impl Unpin for ParseComplete
impl UnwindSafe for ParseComplete
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