Enum cassandra_protocol::frame::frame_result::ResultKind [−][src]
pub enum ResultKind {
Void,
Rows,
SetKeyspace,
Prepared,
SchemaChange,
}
Expand description
ResultKind
is enum which represents types of result.
Variants
Void
Void result.
Rows
Rows result.
SetKeyspace
Set keyspace result.
Prepared
Prepared result.
SchemaChange
Schema change result.
Trait Implementations
Performs the conversion.
It gets and array of bytes and should return an implementor struct.
It should return an implementor from an io::Cursor
over an array of bytes.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResultKind
impl Send for ResultKind
impl Sync for ResultKind
impl Unpin for ResultKind
impl UnwindSafe for ResultKind
Blanket Implementations
Mutably borrows from an owned value. Read more