Struct edgedb_protocol::client_message::DescribeStatement [−][src]
pub struct DescribeStatement {
pub headers: Headers,
pub aspect: DescribeAspect,
pub statement_name: Bytes,
}Fields
headers: Headersaspect: DescribeAspectstatement_name: BytesTrait 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 DescribeStatement
impl Send for DescribeStatement
impl Sync for DescribeStatement
impl Unpin for DescribeStatement
impl UnwindSafe for DescribeStatement
Blanket Implementations
Mutably borrows from an owned value. Read more