Struct edgedb_protocol::server_message::PrepareComplete [−][src]
pub struct PrepareComplete {
pub headers: Headers,
pub cardinality: Cardinality,
pub input_typedesc_id: Uuid,
pub output_typedesc_id: Uuid,
}Fields
headers: Headerscardinality: Cardinalityinput_typedesc_id: Uuidoutput_typedesc_id: UuidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PrepareComplete
impl Send for PrepareComplete
impl Sync for PrepareComplete
impl Unpin for PrepareComplete
impl UnwindSafe for PrepareComplete
Blanket Implementations
Mutably borrows from an owned value. Read more