Struct sqlx_core_oldapi::any::AnyColumn
source · pub struct AnyColumn { /* private fields */ }
Trait Implementations§
source§impl From<MssqlColumn> for AnyColumn
impl From<MssqlColumn> for AnyColumn
source§fn from(column: MssqlColumn) -> Self
fn from(column: MssqlColumn) -> Self
Converts to this type from the input type.
source§impl From<MySqlColumn> for AnyColumn
impl From<MySqlColumn> for AnyColumn
source§fn from(column: MySqlColumn) -> Self
fn from(column: MySqlColumn) -> Self
Converts to this type from the input type.
source§impl From<SqliteColumn> for AnyColumn
impl From<SqliteColumn> for AnyColumn
source§fn from(column: SqliteColumn) -> Self
fn from(column: SqliteColumn) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AnyColumn
impl Send for AnyColumn
impl Sync for AnyColumn
impl Unpin for AnyColumn
impl UnwindSafe for AnyColumn
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