pub enum MySqlType {
TinyBlob,
MediumBlob,
LongBlob,
}
Available on crate feature
backend-mysql
only.Variantsยง
Trait Implementationsยง
impl Copy for MySqlType
Auto Trait Implementationsยง
impl Freeze for MySqlType
impl RefUnwindSafe for MySqlType
impl Send for MySqlType
impl Sync for MySqlType
impl Unpin for MySqlType
impl UnwindSafe for MySqlType
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)sourceยงimpl<T> IntoColumnRef for Twhere
T: 'static + IntoIden,
impl<T> IntoColumnRef for Twhere
T: 'static + IntoIden,
fn into_column_ref(self) -> ColumnRef
sourceยงimpl<I> IntoIndexColumn for Iwhere
I: IntoIden,
impl<I> IntoIndexColumn for Iwhere
I: IntoIden,
fn into_index_column(self) -> IndexColumn
sourceยงimpl<T> IntoTableRef for Twhere
T: 'static + IntoIden,
impl<T> IntoTableRef for Twhere
T: 'static + IntoIden,
fn into_table_ref(self) -> TableRef
sourceยงimpl<I> IntoTypeRef for Iwhere
I: IntoIden,
impl<I> IntoTypeRef for Iwhere
I: IntoIden,
sourceยงfn into_type_ref(self) -> TypeRef
fn into_type_ref(self) -> TypeRef
Available on crate feature
backend-postgres
only.