Enum edgedb_protocol::client_message::DescribeAspect [−][src]
pub enum DescribeAspect {
DataDescription,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DescribeAspect
impl Send for DescribeAspect
impl Sync for DescribeAspect
impl Unpin for DescribeAspect
impl UnwindSafe for DescribeAspect
Blanket Implementations
Mutably borrows from an owned value. Read more