Struct sqlx_mysql::MySqlTypeInfo
source · pub struct MySqlTypeInfo { /* private fields */ }
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 PartialEq for MySqlTypeInfo
impl PartialEq 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 Freeze for MySqlTypeInfo
impl RefUnwindSafe for MySqlTypeInfo
impl Send for MySqlTypeInfo
impl Sync for MySqlTypeInfo
impl Unpin for MySqlTypeInfo
impl UnwindSafe for MySqlTypeInfo
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.