Enum edgedb_protocol::common::Cardinality [−][src]
pub enum Cardinality {
NoResult,
AtMostOne,
One,
Many,
AtLeastOne,
}
Variants
Implementations
Trait Implementations
type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Cardinality
impl Send for Cardinality
impl Sync for Cardinality
impl Unpin for Cardinality
impl UnwindSafe for Cardinality
Blanket Implementations
Mutably borrows from an owned value. Read more