Enum mysqlclient_sys::mysql_status
source · #[repr(u32)]
pub enum mysql_status {
MYSQL_STATUS_READY,
MYSQL_STATUS_GET_RESULT,
MYSQL_STATUS_USE_RESULT,
MYSQL_STATUS_STATEMENT_GET_RESULT,
}
Variants§
MYSQL_STATUS_READY
MYSQL_STATUS_GET_RESULT
MYSQL_STATUS_USE_RESULT
MYSQL_STATUS_STATEMENT_GET_RESULT
Trait Implementations§
source§impl Clone for mysql_status
impl Clone for mysql_status
source§fn clone(&self) -> mysql_status
fn clone(&self) -> mysql_status
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for mysql_status
impl Debug for mysql_status
source§impl Hash for mysql_status
impl Hash for mysql_status
source§impl PartialEq<mysql_status> for mysql_status
impl PartialEq<mysql_status> for mysql_status
source§fn eq(&self, other: &mysql_status) -> bool
fn eq(&self, other: &mysql_status) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.