Struct sqlx::mysql::MySqlTypeInfo
source · pub struct MySqlTypeInfo { /* private fields */ }
Available on crate feature
mysql
only.Expand description
Type information for a MySql type.
Trait Implementations§
source§impl Clone for MySqlTypeInfo
impl Clone for MySqlTypeInfo
source§fn clone(&self) -> MySqlTypeInfo
fn clone(&self) -> MySqlTypeInfo
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 MySqlTypeInfo
impl Debug for MySqlTypeInfo
source§impl Display for MySqlTypeInfo
impl Display for MySqlTypeInfo
source§impl From<MySqlTypeInfo> for AnyTypeInfo
impl From<MySqlTypeInfo> for AnyTypeInfo
source§fn from(ty: MySqlTypeInfo) -> AnyTypeInfo
fn from(ty: MySqlTypeInfo) -> AnyTypeInfo
Converts to this type from the input type.
source§impl PartialEq<MySqlTypeInfo> for MySqlTypeInfo
impl PartialEq<MySqlTypeInfo> for MySqlTypeInfo
source§fn eq(&self, other: &MySqlTypeInfo) -> bool
fn eq(&self, other: &MySqlTypeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MySqlTypeInfo
Auto Trait Implementations§
impl RefUnwindSafe for MySqlTypeInfo
impl Send for MySqlTypeInfo
impl Sync for MySqlTypeInfo
impl Unpin for MySqlTypeInfo
impl UnwindSafe for MySqlTypeInfo
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.