pub struct NoTable(/* private fields */);
Expand description
Special table name that is used as souce of newly created tables.
Trait Implementations§
Source§impl FromSql for NoTable
impl FromSql for NoTable
Source§fn column_result(_: ValueRef<'_>) -> FromSqlResult<Self>
fn column_result(_: ValueRef<'_>) -> FromSqlResult<Self>
Converts SQLite value into Rust value.
Source§impl<S> IntoColumn<'_, S> for NoTable
impl<S> IntoColumn<'_, S> for NoTable
Source§fn into_column(self) -> Column<'t, S, Self::Typ>
fn into_column(self) -> Column<'t, S, Self::Typ>
Turn this value into a Column.
impl Copy for NoTable
Auto Trait Implementations§
impl Freeze for NoTable
impl RefUnwindSafe for NoTable
impl Send for NoTable
impl Sync for NoTable
impl Unpin for NoTable
impl UnwindSafe for NoTable
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
)