Enum mysqlclient_sys::mysql_status [−][src]
#[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_READYMYSQL_STATUS_GET_RESULTMYSQL_STATUS_USE_RESULTMYSQL_STATUS_STATEMENT_GET_RESULT
Trait Implementations
impl Debug for mysql_status[src]
impl Debug for mysql_statusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for mysql_status[src]
impl Copy for mysql_statusimpl Clone for mysql_status[src]
impl Clone for mysql_statusfn clone(&self) -> mysql_status[src]
fn clone(&self) -> mysql_statusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for mysql_status[src]
impl PartialEq for mysql_statusfn eq(&self, other: &mysql_status) -> bool[src]
fn eq(&self, other: &mysql_status) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for mysql_status[src]
impl Eq for mysql_statusimpl Hash for mysql_status[src]
impl Hash for mysql_statusAuto Trait Implementations
impl Send for mysql_status
impl Send for mysql_statusimpl Sync for mysql_status
impl Sync for mysql_status