Struct edgedb_protocol::descriptors::TypeAnnotationDescriptor [−][src]
pub struct TypeAnnotationDescriptor {
pub annotated_type: u8,
pub id: Uuid,
pub annotation: String,
}
Fields
annotated_type: u8
id: Uuid
annotation: String
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 TypeAnnotationDescriptor
impl Send for TypeAnnotationDescriptor
impl Sync for TypeAnnotationDescriptor
impl Unpin for TypeAnnotationDescriptor
impl UnwindSafe for TypeAnnotationDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more