Struct rbdc_mysql::value::MySqlValue
source · [−]pub struct MySqlValue { /* private fields */ }
Expand description
Implementation of [Value
] for MySQL.
Implementations
sourceimpl MySqlValue
impl MySqlValue
sourceimpl MySqlValue
impl MySqlValue
Trait Implementations
sourceimpl Clone for MySqlValue
impl Clone for MySqlValue
sourcefn clone(&self) -> MySqlValue
fn clone(&self) -> MySqlValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<MySqlValue> for Value
impl From<MySqlValue> for Value
sourcefn from(v: MySqlValue) -> Self
fn from(v: MySqlValue) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for MySqlValue
impl Send for MySqlValue
impl Sync for MySqlValue
impl Unpin for MySqlValue
impl UnwindSafe for MySqlValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more