pub struct MysqlTimestampType(/* private fields */);Available on crate feature 
mysql_backend only.Expand description
Rust representation of enum_mysql_timestamp_type
Implementations§
Source§impl MysqlTimestampType
 
impl MysqlTimestampType
Sourcepub const MYSQL_TIMESTAMP_NONE: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_NONE: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_NONE
Sourcepub const MYSQL_TIMESTAMP_ERROR: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_ERROR: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_ERROR
Sourcepub const MYSQL_TIMESTAMP_DATE: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_DATE: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_DATE
Sourcepub const MYSQL_TIMESTAMP_DATETIME: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_DATETIME: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_DATETIME
Sourcepub const MYSQL_TIMESTAMP_TIME: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_TIME: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_TIME
Sourcepub const MYSQL_TIMESTAMP_DATETIME_TZ: MysqlTimestampType
 
pub const MYSQL_TIMESTAMP_DATETIME_TZ: MysqlTimestampType
Rust representation of MYSQL_TIMESTAMP_DATETIME_TZ
Trait Implementations§
Source§impl Clone for MysqlTimestampType
 
impl Clone for MysqlTimestampType
Source§fn clone(&self) -> MysqlTimestampType
 
fn clone(&self) -> MysqlTimestampType
Returns a duplicate 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 MysqlTimestampType
 
impl Debug for MysqlTimestampType
Source§impl PartialEq for MysqlTimestampType
 
impl PartialEq for MysqlTimestampType
impl Copy for MysqlTimestampType
impl Eq for MysqlTimestampType
impl StructuralPartialEq for MysqlTimestampType
Auto Trait Implementations§
impl Freeze for MysqlTimestampType
impl RefUnwindSafe for MysqlTimestampType
impl Send for MysqlTimestampType
impl Sync for MysqlTimestampType
impl Unpin for MysqlTimestampType
impl UnwindSafe for MysqlTimestampType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more