Struct edgedb_protocol::descriptors::ArrayTypeDescriptor [−][src]
pub struct ArrayTypeDescriptor {
pub id: Uuid,
pub type_pos: TypePos,
pub dimensions: Vec<Option<u32>>,
}
Fields
id: Uuid
type_pos: TypePos
dimensions: Vec<Option<u32>>
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 ArrayTypeDescriptor
impl Send for ArrayTypeDescriptor
impl Sync for ArrayTypeDescriptor
impl Unpin for ArrayTypeDescriptor
impl UnwindSafe for ArrayTypeDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more