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