Enum edgedb_protocol::descriptors::Descriptor [−][src]
pub enum Descriptor {
Set(SetDescriptor),
ObjectShape(ObjectShapeDescriptor),
BaseScalar(BaseScalarTypeDescriptor),
Scalar(ScalarTypeDescriptor),
Tuple(TupleTypeDescriptor),
NamedTuple(NamedTupleTypeDescriptor),
Array(ArrayTypeDescriptor),
Enumeration(EnumerationTypeDescriptor),
TypeAnnotation(TypeAnnotationDescriptor),
}
Variants
Set(SetDescriptor)
Tuple Fields of Set
ObjectShape(ObjectShapeDescriptor)
Tuple Fields of ObjectShape
BaseScalar(BaseScalarTypeDescriptor)
Tuple Fields of BaseScalar
Scalar(ScalarTypeDescriptor)
Tuple Fields of Scalar
Tuple(TupleTypeDescriptor)
Tuple Fields of Tuple
NamedTuple(NamedTupleTypeDescriptor)
Tuple Fields of NamedTuple
Array(ArrayTypeDescriptor)
Tuple Fields of Array
Enumeration(EnumerationTypeDescriptor)
Tuple Fields of Enumeration
TypeAnnotation(TypeAnnotationDescriptor)
Tuple Fields of TypeAnnotation
Implementations
Trait 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 Descriptor
impl Send for Descriptor
impl Sync for Descriptor
impl Unpin for Descriptor
impl UnwindSafe for Descriptor
Blanket Implementations
Mutably borrows from an owned value. Read more